Class: String

Inherits:
Object show all
Defined in:
lib/udat.rb

Instance Method Summary collapse

Instance Method Details

#parse_udatObject

Calls Udat::Node.parse(self).



1334
1335
1336
# File 'lib/udat.rb', line 1334

def parse_udat
  Udat::Node.parse(self)
end

#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