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

Represents the splat portion of the index in an expression:

  obj[arg, arg, *head] = body

Evaluates head to create an array. Evaluates body and pushes the result onto the end of the array, which will then be used to form the arguments of the method call.

Methods

body   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 loop

the body of the block to evaluate

[Validate]