Method: Path#read_xml
- Defined in:
- lib/epitools/path.rb
#read_xml(io = self.io) ⇒ Object
Parse the file as XML
947 948 949 |
# File 'lib/epitools/path.rb', line 947 def read_xml(io=self.io) Nokogiri::XML(io) end |
Parse the file as XML
947 948 949 |
# File 'lib/epitools/path.rb', line 947 def read_xml(io=self.io) Nokogiri::XML(io) end |