Class: Maps::TreeNode6
- 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) ⇒ TreeNode6
constructor
A new instance of TreeNode6.
Methods inherited from TreeNode
Constructor Details
#initialize(text, offset, elements) ⇒ TreeNode6
Returns a new instance of TreeNode6.
69 70 71 72 |
# File 'lib/rookout/processor/paths/canopy/maps.rb', line 69 def initialize(text, offset, elements) super @unicode_set = elements[1] end |
Instance Attribute Details
#unicode_set ⇒ Object (readonly)
Returns the value of attribute unicode_set.
67 68 69 |
# File 'lib/rookout/processor/paths/canopy/maps.rb', line 67 def unicode_set @unicode_set end |