On Mon, 02 Jan 2006 22:26:46 -0000, Doug H <doug00 / gmail.com> wrote: > What about automatically creating aliases, too? Like where you put > "alias :each1 :each", have it automatically create an alias > ":old_methodname" whenever you overwrite an existing method (replace > "methodname" with actual name"). > . > That would be nice, but I wonder what'd happen if a method was aliased more than once. The alias is another bit of noise, and doesn't protect you from manually overwriting a previous alias, but at least you get the chance to fix it. Cheers, -- Ross Bamford - rosco / roscopeco.remove.co.uk