baseClass >>-baseClass--------------------------------------------------->< Returns the base class associated with the class. If the class is a mixin class, the base class is the first superclass that is not also a mixin class. If the class is not a mixin class, the base class is the class receiving the [baseClass] message. |