method

load_response

load_response( stringOrReadable )
public

No documentation available.

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