# File lib/cgikit.rb, line 2476 def debug_to_out( out, string, exception = nil ) out.write _debug_string(string,exception) end