[squeak-dev] should I commit this?

Ron Teitelbaum ron at usmedrec.com
Thu Apr 19 14:11:31 UTC 2012


Hi Eliot,

 

That's pretty funny.

 

Why stop there, why not recompile the method with new in it?  J

 

Ron Teitelbaum

 

From: squeak-dev-bounces at lists.squeakfoundation.org
[mailto:squeak-dev-bounces at lists.squeakfoundation.org] On Behalf Of Eliot
Miranda
Sent: Wednesday, April 18, 2012 9:55 PM
To: The general-purpose Squeak developers list
Subject: [squeak-dev] should I commit this?

 

SystemNavigation class methods for error handling

doesNotUnderstand: aMessage

          (self includesSelector: aMessage selector) ifTrue:

                      [^self default perform: aMessage selector
withArguments: aMessage arguments].

          ^super doesNotUnderstand: aMessage

 

fed up of typing new ;)

-- 
best,

Eliot

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20120419/1709ae80/attachment.htm


More information about the Squeak-dev mailing list