[squeak-dev] PackageInfo>>overrideMethods

Eliot Miranda eliot.miranda at gmail.com
Sun Oct 25 18:38:41 UTC 2009


On Sat, Oct 24, 2009 at 12:44 AM, Igor Stasenko <siguctua at gmail.com> wrote:

> In both Pharo & Squeak has no senders:
>
> overrideMethods
>        ^ self extensionMethods select: [:ea | self isOvverideMethod: ea]
>
> as well as #isOvverideMethod: not implemented, which makes this method
> fail to work , even if it would be called by anyone.
>

double r, single v:

overrideMethods
^ self extensionMethods select: [:ea | self isOverrideMethod: ea]


>
> --
> Best regards,
> Igor Stasenko AKA sig.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20091025/2948ab0c/attachment.htm


More information about the Squeak-dev mailing list