method
dump_call
v2_1_10 -
Show latest stable
- Class:
XMLRPC::Marshal
dump_call( methodName, *params )public
No documentation available.
# File lib/xmlrpc/marshal.rb, line 46
def dump_call( methodName, *params )
create.methodCall( methodName, *params )
end