Class: File

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

Instance Method Summary collapse

Instance Method Details

#xml_parseObject



332
333
334
# File 'lib/magic_xml.rb', line 332

def xml_parse
  XML.parse(self)
end