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).



1301
1302
1303
# File 'lib/udat.rb', line 1301

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

#parse_udat_documentObject

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



1305
1306
1307
# File 'lib/udat.rb', line 1305

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