method

dump_call

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