--3O1VwFp74L81IIeR Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Iain Barnett: > Being English and able to spell proper like, innit, I find I'm > creating a lot of stupid errors by writing `def initialise` > a lot. :) > I tried this: > class Object > alias :initialise :initialize > end > but it didn't work. It definitely does work you can start using #initialise instead of #initialize in your code. Note that it doesn¡Çt make other code (notably, BasicObject.new) call #initialise all of a sudden, which is probably what you¡Çd rather have, innit? (You probably want to redeclare BasicObject.new, except you probably don¡Çt want to, not *really*.) ¡½ Piotr Szotkowski -- phrases that shouldn¡Çt exist on the web: read more after the jump skip this ad remember me on this computer page 1 of # [Faruk Ate] --3O1VwFp74L81IIeR Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAkx2cO0ACgkQi/mCfdEo8UrnxwCfWPudH1f+v2h783s6l7fasroQ RyIAoJJfBnp7RA9juiWmSSkSdHIpPmTP 1r -----END PGP SIGNATURE----- --3O1VwFp74L81IIeR--