Method: CSDL::Builder#_return
- Defined in:
- lib/csdl/builder.rb
#_return(&block) ⇒ AST::Node
Note:
The base Processor will not process return statement nodes, use InteractionFilterProcessor instead.
Wrap child nodes in a return statement scope.
126 127 128 |
# File 'lib/csdl/builder.rb', line 126 def _return(&block) s(:return, statement_scope(&block)) end |