Class: CodeTools::AST::Yield
- Inherits:
- 
      SendWithArguments
      
        - Object
- Node
- Send
- SendWithArguments
- CodeTools::AST::Yield
 
- Defined in:
- lib/rubinius/code/compiler/evaluator.rb
Instance Method Summary collapse
Methods inherited from Send
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 |