Class: CodeTools::AST::Yield

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

Instance Method Summary collapse

Methods inherited from Send

#execute_receiver

Instance Method Details

#execute(e) ⇒ Object



310
311
312
313
# File 'lib/rubinius/code/compiler/evaluator.rb', line 310

def execute(e)
  # TODO
  e.block.call(*@arguments.execute(e))
end