Method: Burr::UI#debug
- Defined in:
- lib/burr/ui.rb
#debug(msg, newline = nil) ⇒ Object
29 30 31 |
# File 'lib/burr/ui.rb', line 29 def debug(msg, newline = nil) tell_me(msg, nil, newline) if debug? end |
29 30 31 |
# File 'lib/burr/ui.rb', line 29 def debug(msg, newline = nil) tell_me(msg, nil, newline) if debug? end |