Repo "avelino/vim-bootstrap" is not added to CodeTriage yet, add it!

jruby

https://github.com/jruby/jruby

Ruby

JRuby, an implementation of Ruby on the JVM

XMLRPC::Client::Proxy#initialize

Creates an object which provides XMLRPC::Client::Proxy#method_missing.

The given +server+ must be an instance of XMLRPC::Client, which is the
XML-RPC server to be used for a XML-RPC call.

+prefix+ and +delim+ will be prepended to the method name called onto this object.

An optional parameter +meth+ is the method to use for a RPC.
It can be either, call, call2, call_async, call2_async

+args+ are arguments which are automatically given to every XML-RPC
call before being provided through +method_missing+.

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


# Commit to git

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


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

hub pull-request


# Celebrate!