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

Represents a module definition, e.g.:

  module cpath
    body
  end

The module definition is evaluated in a new lexical scope.

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

Methods

body   cpath   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 name of the module to define

[Validate]