Class: CodeTools::AST::Literal

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

Instance Method Summary collapse

Instance Method Details

#execute(e) ⇒ Object



107
108
109
# File 'lib/rubinius/code/compiler/evaluator.rb', line 107

def execute(e)
  @value
end