Flowdock
set_debug_output(output) public

WARNING This method opens a serious security hole. Never use this method in production code.

Sets an output stream for debugging.

http = Net::HTTP.new
http.set_debug_output $stderr
http.start { .... }
Show source
Register or log in to add new notes.