Libraries
»
by2
(1.0.0)
»
Index
»
By2
»
debug
Method: By2.debug
Defined in:
lib/by2.rb
.
debug
(msg) ⇒
Object
54 55 56
# File 'lib/by2.rb', line 54
def
self
.
debug
(
msg
)
$stdout
.
puts
(
msg
)
if
debug?
end