From: Ryan Date: 2001-09-11T22:42:47+09:00 Subject: [ruby-talk:21139] Re: @aHash{A..Z} = (0..25); #@aHash{A..Z} = (0..25); This is the sexiest Ruby I can spin at the moment: h={} 65.upto(90){|n| h[h.length]=n.chr } P.S. - Just signed up for RubyConf 2001 -see you all there! Ryan ryan@ryanflynn.com