| 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.