Class: XMLRPC::Client
- Inherits:
-
Object
- Object
- XMLRPC::Client
- Defined in:
- lib/bicho/client.rb
Overview
monkey patch XMLRPC
Instance Method Summary collapse
Instance Method Details
#set_debug ⇒ Object
54 55 56 |
# File 'lib/bicho/client.rb', line 54 def set_debug @http.set_debug_output(Bicho::LoggerIODevice.new) end |