method
multicall2
v1_9_3_125 -
Show latest stable
- Class:
XMLRPC::Client
multicall2(*methods)public
No documentation available.
# File lib/xmlrpc/client.rb, line 451
def multicall2(*methods)
gen_multicall(methods, false)
end