metaClass >>-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 . See also the description of the [subClass] method in . |