PackageInfo>>overrideMethods

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

PackageInfo>>overrideMethods

Igor Stasenko
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.

--
Best regards,
Igor Stasenko AKA sig.

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project