Skip to content

Instantly share code, notes, and snippets.

@lucasallan
Created August 2, 2013 19:54
Show Gist options
  • Save lucasallan/6142917 to your computer and use it in GitHub Desktop.
Save lucasallan/6142917 to your computer and use it in GitHub Desktop.
Debugging XML-RPC responses
require 'pp'
class XMLRPC::Client
def set_debug
@http.set_debug_output($stderr);
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment