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
- (Object) set_debug
49 50 51 |
# File 'lib/bicho/client.rb', line 49 def set_debug @http.set_debug_output(Bicho::LoggerIODevice.new); end |