21 22 23
# File 'lib/wtch/ui.rb', line 21 def debug(msg) @shell.say(msg) if ENV['DEBUG'] && !@quiet end