Class: CodeTools::AST::NumberLiteral

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

Instance Method Summary collapse

Instance Method Details

#execute(e) ⇒ Object



101
102
103
# File 'lib/rubinius/code/compiler/evaluator.rb', line 101

def execute(e)
  @value
end