Class: CodeTools::AST::Negate

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

Instance Method Summary collapse

Instance Method Details

#execute(e) ⇒ Object



95
96
97
# File 'lib/rubinius/code/compiler/evaluator.rb', line 95

def execute(e)
  -@child.execute(e)
end