exactly, that is everybody's immediate reaction, except for the method's author ;)..
On 2013-06-23, at 21:25, Tudor Girba <tudor@tudorgirba.com> wrote:
> If we want to have an Object>>is:, why not:
>
> Object>>is: aSymbol
> ^ aSymbol = self class name
>
> ?
>
> Like this, I do not have to override it unless I need to rely on a
> different mechanism.