Source: show | on GitHub
# File lib/xmlrpc/parser.rb, line 737 def method_missing(*a) # ignore end
# File lib/xmlrpc/parser.rb, line 741 def parse(str) REXML::Document.parse_stream(str, self) end