Class: Comatose::Logger

Inherits:
Logger
  • Object
show all
Defined in:
lib/comatose/logger.rb

Instance Method Summary collapse

Instance Method Details

#debug(str) ⇒ Object



4
5
6
# File 'lib/comatose/logger.rb', line 4

def debug(str)
  "[**Comatose**]: #{str}"
end