Class Node::SPLAT
In: ext/nodeinfo.c
Parent: Node

Represents the splat (*) operation as an rvalue, e.g.:

  *head

If the argument is an array, returns self. If the argument is nil, returns [nil]. If the argument is any other value, returns the result of calling to_a on the argument.

Methods

head   members  

Public Class methods

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

Public Instance methods

the body of the block to evaluate

[Validate]