Method: BaseChip::Reporting::Methods#debug

Defined in:
lib/reporting.rb

#debug(msg) ⇒ Object



68
69
70
# File 'lib/reporting.rb', line 68

def debug(msg)
  message "Debug", msg if $debug
end