Module: Rubinius::AST::LocalVariable
- Included in:
- BlockArgument, LocalVariableAccess, LocalVariableAssignment, PatternVariable
- Defined in:
- lib/compiler/ast/definitions.rb
Instance Attribute Summary collapse
-
#variable ⇒ Object
Returns the value of attribute variable.
Instance Attribute Details
#variable ⇒ Object
Returns the value of attribute variable.
424 425 426 |
# File 'lib/compiler/ast/definitions.rb', line 424 def variable @variable end |