Method: SyntaxTree::For#index
- Defined in:
- lib/syntax_tree/node.rb
#index ⇒ Object (readonly)
- MLHS | VarField
-
the variable declaration being used to
pull values out of the object being enumerated
4607 4608 4609 |
# File 'lib/syntax_tree/node.rb', line 4607 def index @index end |