Class: Maps::TreeNode11
- 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) ⇒ TreeNode11
constructor
A new instance of TreeNode11.
Methods inherited from TreeNode
Constructor Details
#initialize(text, offset, elements) ⇒ TreeNode11
Returns a new instance of TreeNode11.
115 116 117 118 |
# File 'lib/rookout/processor/paths/canopy/maps.rb', line 115 def initialize(text, offset, elements) super @__ = elements[6] end |
Instance Attribute Details
#__ ⇒ Object (readonly)
Returns the value of attribute __.
113 114 115 |
# File 'lib/rookout/processor/paths/canopy/maps.rb', line 113 def __ @__ end |