Module: ImapMogura::DebugUtil
- Defined in:
- lib/imap_mogura/debug_util.rb
Class Method Summary collapse
Class Method Details
.debug(msg) ⇒ Object
10 11 12 |
# File 'lib/imap_mogura/debug_util.rb', line 10 def debug(msg) warn msg if $DEBUG end |
.enable_debug ⇒ Object
6 7 8 |
# File 'lib/imap_mogura/debug_util.rb', line 6 def enable_debug $DEBUG = true end |