Class: XMLRPC::Client
- Inherits:
-
Object
- Object
- XMLRPC::Client
- Defined in:
- lib/core_ext/xmlrpc_client_patch.rb
Instance Method Summary collapse
Instance Method Details
#set_debug(new_logger = $stderr) ⇒ Object
4 5 6 |
# File 'lib/core_ext/xmlrpc_client_patch.rb', line 4 def set_debug(new_logger=$stderr) @http.set_debug_output(new_logger) end |