Method: RQ::Logging::LogMethods#debug

Defined in:
lib/rq/logging.rb

#debug(*args, &block) ⇒ Object

–}}}



54
# File 'lib/rq/logging.rb', line 54

def debug(*args, &block); logger.debug(*args, &block); end