Method: Licensed::UI::Shell#error
- Defined in:
- lib/licensed/ui/shell.rb
#error(msg, newline = true) ⇒ Object
30 31 32 |
# File 'lib/licensed/ui/shell.rb', line 30 def error(msg, newline = true) @shell.say msg, :red, newline if level?("error") end |