From: Roger Pack Date: 2008-07-25T14:15:53+09:00 Subject: Re: ruby wish-list > "Mark Hubbart I particularly like the ':alias => {:orig => :new}' > syntax. I wish alias_method would take a hash; I think it would be much > clearer than 'alias_method :new, :old'. > " > I realize it's possible, but hey, here's wishing it were normal :) > > =R Or rather wishing that alias weren't a compiler keyword but just a function, like include is, or what not, so it could be overridden. -R -- Posted via http://www.ruby-forum.com/.