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