load_response( stringOrReadable )
Returns paramOrFault
# File lib/xmlrpc/marshal.rb, line 60 def load_response( stringOrReadable ) parser.parseMethodResponse( stringOrReadable )[1] end