Method: Licensed::UI::Shell#debug

Defined in:
lib/licensed/ui/shell.rb

#debug(msg, newline = true) ⇒ Object



14
15
16
# File 'lib/licensed/ui/shell.rb', line 14

def debug(msg, newline = true)
  @shell.say msg, nil, newline if level?("debug")
end