Class Node::ARRAY
In: lib/as_expression.rb
ext/nodeinfo.c
Parent: Node

Represents an array of elements. Evaluation of this node creates a new Array by evalating the given expressions and placing them into the array.

Methods

alen   as_expression_impl   head   members   next  

Public Class methods

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

Public Instance methods

Return the Node‘s alen member. The return type is an Integer.

the body of the block to evaluate

the second expression in the block of code

[Validate]