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

Represents a regular expression match of the form:

  recv =~ /value/

where recv is an expression that returns an object and value is a regular expression literal.

Methods

members   recv   value  

Public Class methods

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

Public Instance methods

an expression representing the left hand side of the assignment

the value to assign to the local variable

[Validate]