Method: String#parse_udat_document

Defined in:
lib/udat.rb

#parse_udat_documentObject

Alias for Udat::Node.parse, will be removed in future versions.



1338
1339
1340
# File 'lib/udat.rb', line 1338

def parse_udat_document
  Udat::Node.parse_document(self)
end