Mark Van Holstyn wrote: > alias :old_plus :+ > both of the arguments to alias need to be symbols. > also, "old+" wont be a happy method name. Thanks alot! Actually I have already tried "alias :old+ :+", which gave a syntax error as well, but I didn't realise it was yet another one... ;-) Regards, 0ffh -- Posted via http://www.ruby-forum.com/.