Method: Licensed::UI::Shell#warn
- Defined in:
- lib/licensed/ui/shell.rb
#warn(msg, newline = true) ⇒ Object
26 27 28 |
# File 'lib/licensed/ui/shell.rb', line 26 def warn(msg, newline = true) @shell.say msg, :yellow, newline if level?("warn") end |