Class: CodeTools::AST::Container

Inherits:
ClosedScope show all
Defined in:
lib/rubinius/code/compiler/evaluator.rb

Instance Method Summary collapse

Instance Method Details

#execute(e) ⇒ Object



46
47
48
49
# File 'lib/rubinius/code/compiler/evaluator.rb', line 46

def execute(e)
  @body.execute(e)
  return true
end