From: Morton Goldberg Date: 2007-09-19T08:56:09+09:00 Subject: Re: [ANN] arrayfields-4.3.0 On Sep 18, 2007, at 4:56 PM, ara.t.howard wrote: > # > # keyword access is now allowed for many methods > # > p a['zero'] #=> 0 > p a['one'] #=> 1 > p a['two'] #=> 2 > p a.at('one') #=> 1 > p a.values_at('zero', 'two') #=> [0, 2] > # > # assigmnet is allowed > # > a['zero'] = 42 > p a['zero'] #=> 0 The typo is still there. Regards, Morton