"Stan" == Stan Shepherd <stan.shepherd414@gmail.com> writes:
Stan> Eliot Miranda-2 wrote:
Sorry Sam :) I had to be blunt. I knew you'd understand :)
Stan> No worries, it made me laugh. Stan> I do have a question out of it though. Is there a conceivable situation Stan> where you would want Object class to have specific behaviour? If so, as Stan> Object class carries the role of backstop case where other classes don't Stan> define a method, is there any acceptable way to treat Object class Stan> differently? allSubinstances self == Object ifTrue: [^self allSubinstancesSpecialCasedForObject]. ^super allSubinstances -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/> Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc. See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion