Class: XMLRPC::Client

Inherits:
Object
  • Object
show all
Defined in:
lib/bicho/client.rb

Overview

monkey patch XMLRPC

Instance Method Summary collapse

Instance Method Details

#set_debugObject



54
55
56
# File 'lib/bicho/client.rb', line 54

def set_debug
  @http.set_debug_output(Bicho::LoggerIODevice.new)
end