Method: Wtch::UI::Shell#info

Defined in:
lib/wtch/ui.rb

#info(msg) ⇒ Object



25
26
27
# File 'lib/wtch/ui.rb', line 25

def info(msg)
  @shell.say(msg) if !@quiet
end