Class: Maps::TreeNode7
- 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) ⇒ TreeNode7
constructor
A new instance of TreeNode7.
Methods inherited from TreeNode
Constructor Details
#initialize(text, offset, elements) ⇒ TreeNode7
Returns a new instance of TreeNode7.
78 79 80 81 |
# File 'lib/rookout/processor/paths/canopy/maps.rb', line 78 def initialize(text, offset, elements) super @__ = elements[3] end |
Instance Attribute Details
#__ ⇒ Object (readonly)
Returns the value of attribute __.
76 77 78 |
# File 'lib/rookout/processor/paths/canopy/maps.rb', line 76 def __ @__ end |