Top Level Namespace
Defined Under Namespace
Modules: CoreExtensions, Precise
Instance Method Summary collapse
Instance Method Details
#dbg(str) ⇒ Object
1 |
# File 'lib/precise/debugging.rb', line 1 def dbg str; puts str if $dbg > 0; end |