Class: Maps::TreeNode16
- Defined in:
- lib/rookout/processor/paths/canopy/maps.rb
Instance Attribute Summary collapse
-
#__ ⇒ Object
readonly
Returns the value of attribute __.
Attributes inherited from TreeNode
Instance Method Summary collapse
-
#initialize(text, offset, elements) ⇒ TreeNode16
constructor
A new instance of TreeNode16.
Methods inherited from TreeNode
Constructor Details
#initialize(text, offset, elements) ⇒ TreeNode16
Returns a new instance of TreeNode16.
162 163 164 165 |
# File 'lib/rookout/processor/paths/canopy/maps.rb', line 162 def initialize(text, offset, elements) super @__ = elements[5] end |
Instance Attribute Details
#__ ⇒ Object (readonly)
Returns the value of attribute __.
160 161 162 |
# File 'lib/rookout/processor/paths/canopy/maps.rb', line 160 def __ @__ end |