Module: FDDB::Parser

Included in:
Item, Items
Defined in:
lib/fddb/parser.rb

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