Method: Wtch::UI::Shell#debug

Defined in:
lib/wtch/ui.rb

#debug(msg) ⇒ Object



21
22
23
# File 'lib/wtch/ui.rb', line 21

def debug(msg)
  @shell.say(msg) if ENV['DEBUG'] && !@quiet
end