Instance Methods
lib/xmlrpc/parser.rb
View on GitHub
# File tmp/rubies/ruby-2.3.8/lib/xmlrpc/parser.rb, line 738
def method_missing(*a)
# ignore
end
No documentation available
lib/xmlrpc/parser.rb
View on GitHub
# File tmp/rubies/ruby-2.3.8/lib/xmlrpc/parser.rb, line 742
def parse(str)
REXML::Document.parse_stream(str, self)
end
No documentation available