From: James Edward Gray II Date: 2007-01-22T05:07:14+09:00 Subject: Re: Getting the version number for rubygems? On Jan 21, 2007, at 1:24 AM, Eric Hodel wrote: > On Jan 20, 2007, at 21:29, Gregory Brown wrote: >> On 1/21/07, Devin Mullins wrote: >>> Gregory Brown wrote: >>> > instead of alias i'll use alias_method. >>> Why? (Curious, not argumentative.) >> >> alias is really a somewhat scary function. I can't think of a good >> example right now, but i've seen a couple different surprising things >> with alias, wheras alias_method is simple and has normal behaviour. >> Perhaps someone on the list can help me out with this. > > You're seeing phantoms. There's no difference between alias_method > and alias on the inside. Well, you can override alias_method() if needed, but not alias. James Edward Gray II