Nov. 25, 2011
8:28 p.m.
Don't you just need the basicNew primitive, and make sure that the "magic number" is set in the object that has the basicNew installed to something that makes sense? If you want to send messages to the object, probably also best install some dictionary as the method dict instvar. Toon On 11/25/2011 09:26 PM, Stéphane Ducasse wrote:
Hi I would like to know the methods that I should define in a subclass of ProtoObject so that I can use basicNew. Does any of you have an idea?
Stef