Method: Dawn::Utils#debug_me

Defined in:
lib/dawn/utils.rb

#debug_me(msg) ⇒ Object



3
4
5
# File 'lib/dawn/utils.rb', line 3

def debug_me(msg)
  $logger.debug(msg) if $debug
end