Class: String
Instance Method Summary collapse
-
#parse_udat ⇒ Object
Calls Udat::Node.parse(self).
-
#parse_udat_document ⇒ Object
Alias for Udat::Node.parse, will be removed in future versions.
Instance Method Details
#parse_udat ⇒ Object
Calls Udat::Node.parse(self).
1334 1335 1336 |
# File 'lib/udat.rb', line 1334 def parse_udat Udat::Node.parse(self) end |
#parse_udat_document ⇒ Object
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 |