| Class | Node::MEMO |
| In: |
ext/nodeinfo.c
|
| Parent: | Node |
A node used for temporary storage.
It is used by the rb_protect function so that the cont_protect variable can be restored when the function returns.
It is also used in the Enumerable module and by autoload as a temporary placeholder.
It should never be evaluated as an expression.
It holds up to three nodes or ruby objects, depending on how it is used.