[MacRuby-devel] super method
Matt Aimonetti
mattaimonetti at gmail.com
Tue Sep 7 12:26:12 PDT 2010
No it's not unique to MacRuby (Ruby and Obj-C support that feature) and yes you can pass other arguments :)
- Matt
Sent from my iPhone
On Sep 7, 2010, at 12:16, Robert Rice <rice.audio at pobox.com> wrote:
> Questions on the super method:
>
> Is the super method unique to MacRuby?
>
> super forwards the current message to the superclass with the same method name and arguments. Is there a way to send a message to the superclass method with different arguments either from within the subclass method of the same name or from outside the subclass method of the same name to bypass the subclass method?
>
> Thanks,
> Bob Rice
>
> _______________________________________________
> MacRuby-devel mailing list
> MacRuby-devel at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
More information about the MacRuby-devel
mailing list