root-class ( class -- root )


Vocabulary
cocoa.messages

Inputs
classan alien


Outputs
rootan alien


Word description
Outputs the class at the root of the inheritance hierarchy for class. In most cases this will be the NSObject class.

Definition