22 23 24
# File 'lib/laze.rb', line 22 def debug(msg) LOGGER.debug(msg) if const_defined?('LOGGER') end