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.

Methods

members   stts  

Public Class methods

Return an array of strings containing the names of the node class‘s members.

Public Instance methods

an expression representing the value to return

[Validate]