class XMLRPC::Client

monkey patch XMLRPC

@private

Public Instance Methods

set_debug() click to toggle source
# File lib/bicho/client.rb, line 54
def set_debug
  @http.set_debug_output(Bicho::LoggerIODevice.new)
end