jruby

https://github.com/jruby/jruby

Ruby

JRuby, an implementation of Ruby on the JVM

XMLRPC::Client#proxy

Returns an object of class XMLRPC::Client::Proxy, initialized with
+prefix+ and +args+.

A proxy object returned by this method behaves like XMLRPC::Client#call,
i.e. a call on that object will raise a XMLRPC::FaultException when a
fault-structure is returned by that call.

Source | Google | Stack overflow

Edit

git clone [email protected]:jruby/jruby.git

cd jruby

open lib/ruby/stdlib/xmlrpc/client.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-XMLRPC--Client-proxy-for-pr


# Commit to git

git add lib/ruby/stdlib/xmlrpc/client.rbgit commit -m "better docs for XMLRPC::Client#proxy"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-XMLRPC--Client-proxy-for-pr

hub pull-request


# Celebrate!