From: "Iñaki Baz Castillo" Date: 2008-04-23T10:02:06+09:00 Subject: Re: Extending Hast class with custom [] []= methods El Miércoles, 23 de Abril de 2008, Daniel Finnie escribió: > Hi, > > You can use super and/or alias: > > class MyHash < Hash >   def [] key >     super(key.downcase) >   end > end > > Dan opss, yes, it was no so difficult XDD Thanks a lot. -- Iñaki Baz Castillo