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.