Class: CodeTools::AST::InstanceVariableAccess

Inherits:
VariableAccess show all
Defined in:
lib/rubinius/code/compiler/evaluator.rb

Instance Method Summary collapse

Instance Method Details

#execute(e) ⇒ Object



234
235
236
# File 'lib/rubinius/code/compiler/evaluator.rb', line 234

def execute(e)
  e.self.instance_variable_get @name
end