| Class | Node::CLASS |
| In: |
ext/nodeinfo.c
|
| Parent: | Node |
Represents a class definition, e.g.:
class cpath
body
end
or:
class cpath < super
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.