Class: CodeTools::AST::SymbolLiteral

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

Instance Method Summary collapse

Instance Method Details

#execute(e) ⇒ Object



228
229
230
# File 'lib/rubinius/code/compiler/evaluator.rb', line 228

def execute(e)
  @value
end