| Did you know ... | Search Documentation: |
| @class_default |
Instance of class constant
used for access to instance variables guarded by a class_variable
object. The object-allocation will any slot for which a class-variable
is defined to this slot. First access to the slot will replace the value
with the current binding of the class-variable. See also object<-class_variable_value,
object->obtain_class_variables.