From: Mike Campbell Date: 2002-12-06T07:34:47+09:00 Subject: Re: elseif? > Mike Campbell wrote: > ... > > Can you alias things other than methods? > > Just global variables, AFAIK: > > irb(main):021:0> $foo = 7 > 7 > irb(main):022:0> alias $bar $foo > nil > irb(main):023:0> $bar > 7 Wow, and...well, pew.