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).
1301 1302 1303 |
# File 'lib/udat.rb', line 1301 def parse_udat Udat::Node.parse(self) end |
#parse_udat_document ⇒ Object
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 |