From: Rich Kilmer Date: 2002-12-06T06:57:04+09:00 Subject: Re: elseif? elsif is a keyword, not a method...you cannot alias it...and I think it's a silly request to change it to elseif just because its "hard to remember". You have to learn every method name and function in Ruby to use them, I would think learning the (limited) keywords would be simple. Next someone is going to ask to change 'case' to 'switch' ;-) > -----Original Message----- > From: Mike Campbell [mailto:michael_s_campbell@yahoo.com] > Sent: Thursday, December 05, 2002 4:39 PM > To: ruby-talk ML > Subject: Re: elseif? > > > > Seems like adding an 'elseif' alias is a simple and forward-looking > > thing to do. Drop 'elsif' some day. > > Can you alias things other than methods? > > > >