module Loader
Public Class Methods
show(message: "Loading...") { || ... }
click to toggle source
# File lib/cadbury/helpers/loader.rb, line 5 def self.show(message: "Loading...") Whirly.start do Whirly.status = message yield end end