method

load_call

load_call( stringOrReadable )
public

No documentation available.

# File lib/xmlrpc/marshal.rb, line 28
      def load_call( stringOrReadable )
        new.load_call( stringOrReadable )
      end