Product Site

5.1.1.16. metaClass

Returns the receiver class's default metaclass. This is the class used to create subclasses of this class when you send subclass or mixinClass messages (with no metaclass arguments). The instance methods of the default metaclass are the class methods of the receiver class.

For more information about class methods, see Section 4.1.1, “Object Classes”. See also the description of method subclass.