[ENH request] self class.

Michael van der Gulik squeakml at gulik.co.nz
Thu Oct 14 08:07:59 UTC 2004


Hi.

May I make a small request?

Would it be possible to rename the primitive Object>>class to 
Object>>basicClass, and then implement Object>>class as:

class
	^ self basicClass.

Currently I'm working with message capture and such. This is one of the 
few messages I can't capture with ProtoObject>>doesNotUnderstand:.

Michael.





More information about the Squeak-dev mailing list