Proxy implementation
Stéphane Ducasse wrote > why do you inherit from protoObject? > > Stef > > On Aug 23, 2013, at 12:34 PM, jan.struz < > public+pharo@ > > wrote: > >> the code: >> >> ProtoObject subclass: #A >> instanceVariableNames: '' >> classVariableNames: '' >> poolDictionaries: '' >> category: '_Test'. >> >> A>>doesNotUnderstand: aMessage >> self halt. >> ^ nil >> >> A new kiss. >> >> >> >> ----- >> Save The World! >> -- >> View this message in context: >> http://forum.world.st/Debugger-recursion-tp4704703p4704751.html >> Sent from the Pharo Smalltalk Developers mailing list archive at >> Nabble.com. >> ----- Save The World! -- View this message in context: http://forum.world.st/Debugger-recursion-tp4704703p4704791.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
