Class: GRel::Debugger
- Inherits:
-
Object
- Object
- GRel::Debugger
- Defined in:
- lib/grel.rb
Overview
Wrapper for the debugging logger method.
Class Method Summary collapse
Class Method Details
.debug(msg) ⇒ Object
31 32 33 |
# File 'lib/grel.rb', line 31 def self.debug(msg) puts msg if DEBUG end |