jruby

https://github.com/jruby/jruby

Ruby

JRuby, an implementation of Ruby on the JVM

XMLRPC::Client#proxy2

Almost the same like XMLRPC::Client#proxy only that a call on the returned
XMLRPC::Client::Proxy object will return two parameters.

See XMLRPC::Client#call2

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-proxy2-for-pr


# Commit to git

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


# 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-proxy2-for-pr

hub pull-request


# Celebrate!