Module: Utilikilt::Loggable
- Included in:
- Scanner
- Defined in:
- lib/utilikilt/loggable.rb
Instance Method Summary collapse
Instance Method Details
#debug ⇒ Object
3 4 5 |
# File 'lib/utilikilt/loggable.rb', line 3 def debug puts yield if $DEBUG end |