| 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.