From: David Vallner Date: 2006-12-09T07:27:50+09:00 Subject: Re: Calling super in overwritten methods --------------enig38569DD8299FAF174ADF42A3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Joerg Diekmann wrote: > Ok pity there's no simple Ruby solution to it. I'll just have to rename= =20 > my methods in my derived class then. Thanks though! >=20 >=20 Having a "simple" way would be way too C++, since it -is- horribly breaking object-oriented behaviour. Might as well bring back "virtual". The unbound method Ruby fu is just right in my opinion, it makes it instantly clear that the code isn't behaving polymorphically, but uses the class as a function namespace. David Vallner --------------enig38569DD8299FAF174ADF42A3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (MingW32) iD8DBQFFeebby6MhrS8astoRAi/YAJ4nKIEuH4Srjnl3joxpneb59AL7cgCfVTmE MPtqgFvcsfYEZ867I9SRkyU= =aNah -----END PGP SIGNATURE----- --------------enig38569DD8299FAF174ADF42A3--