Class: Maps::TreeNode3
- 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) ⇒ TreeNode3
constructor
A new instance of TreeNode3.
Methods inherited from TreeNode
Constructor Details
#initialize(text, offset, elements) ⇒ TreeNode3
Returns a new instance of TreeNode3.
42 43 44 45 |
# File 'lib/rookout/processor/paths/canopy/maps.rb', line 42 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.
40 41 42 |
# File 'lib/rookout/processor/paths/canopy/maps.rb', line 40 def unicode_set @unicode_set end |