Method: Peddler::XMLParser#parse

Defined in:
lib/peddler/xml_parser.rb

#parseObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



11
12
13
# File 'lib/peddler/xml_parser.rb', line 11

def parse
  @result ||= find_result
end