method

load_response

v1_9_3_125 - Show latest stable - Class: XMLRPC::Marshal
load_response( stringOrReadable )
public

No documentation available.

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