Class: CodeTools::AST::ScopedConstant

Inherits:
Node
  • Object
show all
Defined in:
lib/rubinius/code/compiler/evaluator.rb

Instance Method Summary collapse

Instance Method Details

#execute(e) ⇒ Object



264
265
266
267
# File 'lib/rubinius/code/compiler/evaluator.rb', line 264

def execute(e)
  parent = @parent.execute(e)
  parent.const_get @name
end