<br><br><div class="gmail_quote">On Sat, Oct 24, 2009 at 12:44 AM, Igor Stasenko <span dir="ltr">&lt;<a href="mailto:siguctua@gmail.com">siguctua@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
In both Pharo &amp; Squeak has no senders:<br>
<br>
overrideMethods<br>
        ^ self extensionMethods select: [:ea | self isOvverideMethod: ea]<br>
<br>
as well as #isOvverideMethod: not implemented, which makes this method<br>
fail to work , even if it would be called by anyone.<br></blockquote><div><br></div><div>double r, single v:</div><div><br></div><div>overrideMethods</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>^ self extensionMethods select: [:ea | self isOverrideMethod: ea]</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<font color="#888888"><br>
--<br>
Best regards,<br>
Igor Stasenko AKA sig.<br>
<br>
</font></blockquote></div><br>