Method deprecated or moved
This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.
proxy2(prefix=nil, *args)public
Almost the same like XMLRPC::Client#proxy only that a call on the returned XMLRPC::Client::Proxy object will return two parameters.
# File lib/xmlrpc/client.rb, line 397
def proxy2(prefix=nil, *args)
Proxy.new(self, prefix, args, :call2)
end