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

Represents the body of a singleton class definition, e.g.:

  class << recv
    body
  end

The class definition is evaluated in a new lexical scope.

The result of the expression is the last expression evaluated in the body.

Methods

body   members   recv  

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

an expression representing the left hand side of the assignment

[Validate]