Class: File

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

Instance Method Summary collapse

Instance Method Details

#xml_parseObject



362
363
364
# File 'lib/magic_xml.rb', line 362

def xml_parse
    XML.parse(self)
end