= private = protected
The exact documentation you were looking for could not be found. Here is the best guess.
debug(progname = nil, &block)
Log a DEBUG message.
See #info for more information.
# File lib/logger.rb, line 398 def debug(progname = nil, &block) add(DEBUG, nil, progname, &block) end