Class: Strling::Core::IRClassItem
- Inherits:
-
Object
- Object
- Strling::Core::IRClassItem
- Defined in:
- lib/strling/core/ir.rb
Overview
Base class for character class items in the IR.
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.
119 120 121 |
# File 'lib/strling/core/ir.rb', line 119 def to_dict raise NotImplementedError, 'Subclasses must implement to_dict' end |