[squeak-dev] should I commit this?

Bert Freudenberg bert at freudenbergs.de
Thu Apr 19 05:26:18 UTC 2012


On 18.04.2012, at 18:55, Eliot Miranda wrote:

> 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
> 
> <SystemNavigation class-doesNotUnderstand.st>


-1

- Bert -




More information about the Squeak-dev mailing list