Module: Umbrella::Helpers

Includes:
Thor::Actions
Defined in:
lib/umbrella/helpers.rb

Instance Method Summary collapse

Instance Method Details

#error(message) ⇒ Object



8
9
10
# File 'lib/umbrella/helpers.rb', line 8

def error(message)
  say "#{message}", :red
end

#info(message) ⇒ Object



12
13
14
# File 'lib/umbrella/helpers.rb', line 12

def info(message)
  say "#{message}", :blue
end