Module: Wrongdoc::ParseXML
Instance Method Summary collapse
Instance Method Details
#parse_xml(str) ⇒ Object
2 3 4 |
# File 'lib/wrongdoc/parse_xml.rb', line 2 def parse_xml(str) Nokogiri::XML(str) end |
2 3 4 |
# File 'lib/wrongdoc/parse_xml.rb', line 2 def parse_xml(str) Nokogiri::XML(str) end |