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

Represents a block argument in a method definition, e.g.:

  def foo(&arg)
  end

Methods

cnt   members  

Public Class methods

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

Public Instance methods

the index into the local variable table where the match data is stored

[Validate]