Module: Arrow::Logger::DebugLogger
Overview
Module for adding internals debugging to the Logger class
Instance Method Summary
- 
  
    
      - (Object) debug_msg(*parts) 
    
    
  
  
  
  
  
  
  
    
:nodoc:.
 
Instance Method Details
- (Object) debug_msg(*parts)
:nodoc:
      69 70 71  | 
    
      # File 'lib/arrow/logger.rb', line 69 def debug_msg( *parts ) # :nodoc: # $deferr.puts parts.join('') if $DEBUG end  |