Class: GlyDevKit::GlyTouCan
- Inherits:
-
Object
- Object
- GlyDevKit::GlyTouCan
- Defined in:
- lib/glydevkit/gly_tou_can.rb
Instance Method Summary collapse
-
#archetype(w) ⇒ Hash
Converts a WURCS string to its archetype representation.
Instance Method Details
#archetype(w) ⇒ Hash
Converts a WURCS string to its archetype representation.
22 23 24 25 |
# File 'lib/glydevkit/gly_tou_can.rb', line 22 def archetype(w) result = Archetype.beBorn(w) Hash[result.get_map_result] end |