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() say "#{}", :red end |
#info(message) ⇒ Object
12 13 14 |
# File 'lib/umbrella/helpers.rb', line 12 def info() say "#{}", :blue end |