module FDDB::Parser

Public Instance Methods

parse(xml_string) click to toggle source
# File lib/fddb/parser.rb, line 3
def parse (xml_string)
  parser = Nori.new
  parser.parse(xml_string)
end