Class: Strling::Core::ClassItem
- Inherits:
-
Object
- Object
- Strling::Core::ClassItem
- Defined in:
- lib/strling/core/nodes.rb
Overview
Base class for character class items.
Direct Known Subclasses
Instance Method Summary collapse
-
#to_dict ⇒ Hash
Serialize the item to hash representation.
Instance Method Details
#to_dict ⇒ Hash
Serialize the item to hash representation.
211 212 213 |
# File 'lib/strling/core/nodes.rb', line 211 def to_dict raise NotImplementedError, 'Subclasses must implement to_dict' end |