Method: Wtch::UI::Shell#warn

Defined in:
lib/wtch/ui.rb

#warn(msg) ⇒ Object



33
34
35
# File 'lib/wtch/ui.rb', line 33

def warn(msg)
  @shell.say(msg, :yellow)
end