>>>>> "Stan" == Stan Shepherd <[email protected]> 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
<[email protected]> <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

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to