Method: PersistentHTTP::Connection#debug_output
- Defined in:
- lib/persistent_http/connection.rb
#debug_output ⇒ Object
Sends debug_output to this IO via Net::HTTP#set_debug_output.
Never use this method in production code, it causes a serious security hole.
45 46 47 |
# File 'lib/persistent_http/connection.rb', line 45 def debug_output @debug_output end |