Class: CodeTools::AST::ConstantAccess

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

Instance Method Summary collapse

Instance Method Details

#execute(e) ⇒ Object



258
259
260
# File 'lib/rubinius/code/compiler/evaluator.rb', line 258

def execute(e)
  Object.const_get @name
end