Module: FDDB::Parser
Instance Method Summary collapse
Instance Method Details
#parse(xml_string) ⇒ Object
3 4 5 6 |
# File 'lib/fddb/parser.rb', line 3 def parse (xml_string) parser = Nori.new parser.parse(xml_string) end |
3 4 5 6 |
# File 'lib/fddb/parser.rb', line 3 def parse (xml_string) parser = Nori.new parser.parse(xml_string) end |