Module: Loader

Defined in:
lib/cadbury/helpers/loader.rb

Class Method Summary collapse

Class Method Details

.show(message: "Loading...") ⇒ Object



5
6
7
8
9
10
# File 'lib/cadbury/helpers/loader.rb', line 5

def self.show(message: "Loading...")
  Whirly.start do
    Whirly.status = message
    yield
  end
end