Class: File

Inherits:
Object
  • Object
show all
Defined in:
lib/magic_xml.rb

Instance Method Summary collapse

Instance Method Details

#xml_parseObject



340
341
342
# File 'lib/magic_xml.rb', line 340

def xml_parse
    XML.parse(self)
end