| Class | Node::RETURN |
| In: |
ext/nodeinfo.c
|
| Parent: | Node |
Represents the ‘return’ keyword. Evaluation of this node results in a return from the current method. If no argument is supplied, returns nil, otherwise returns the result of the supplied expression.