Method: Guard::UI.debug
- Defined in:
- lib/guard/ui.rb
.debug(message, options = {}) ⇒ Object
Show a debug message that is prefixed with DEBUG and a timestamp.
119 120 121 |
# File 'lib/guard/ui.rb', line 119 def debug(, = {}) (, :debug, :yellow, ) end |