Method: Xnlogic::UI::Shell#warn
- Defined in:
- lib/xnlogic/ui/shell.rb
#warn(msg, newline = nil) ⇒ Object
25 26 27 |
# File 'lib/xnlogic/ui/shell.rb', line 25 def warn(msg, newline = nil) tell_me(msg, :yellow, newline) if level("warn") end |