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