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