class Object
Constants
- DEBUG
- PREFIX
Public Instance Methods
debug_print(msg)
click to toggle source
# File lib/splithtml_printer.rb, line 7 def debug_print(msg) if DEBUG == 1 STDOUT.puts "DEBUG: " + msg end end