Class: Maps::TreeNode14
- 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) ⇒ TreeNode14
constructor
A new instance of TreeNode14.
Methods inherited from TreeNode
Constructor Details
#initialize(text, offset, elements) ⇒ TreeNode14
Returns a new instance of TreeNode14.
144 145 146 147 |
# File 'lib/rookout/processor/paths/canopy/maps.rb', line 144 def initialize(text, offset, elements) super @__ = elements[4] end |
Instance Attribute Details
#__ ⇒ Object (readonly)
Returns the value of attribute __.
142 143 144 |
# File 'lib/rookout/processor/paths/canopy/maps.rb', line 142 def __ @__ end |