Class: Maps::TreeNode5
- Defined in:
- lib/rookout/processor/paths/canopy/maps.rb
Instance Attribute Summary collapse
-
#unicode_set ⇒ Object
readonly
Returns the value of attribute unicode_set.
Attributes inherited from TreeNode
Instance Method Summary collapse
-
#initialize(text, offset, elements) ⇒ TreeNode5
constructor
A new instance of TreeNode5.
Methods inherited from TreeNode
Constructor Details
#initialize(text, offset, elements) ⇒ TreeNode5
Returns a new instance of TreeNode5.
60 61 62 63 |
# File 'lib/rookout/processor/paths/canopy/maps.rb', line 60 def initialize(text, offset, elements) super @unicode_set = elements[0] end |
Instance Attribute Details
#unicode_set ⇒ Object (readonly)
Returns the value of attribute unicode_set.
58 59 60 |
# File 'lib/rookout/processor/paths/canopy/maps.rb', line 58 def unicode_set @unicode_set end |