On 8/21/06, Just Another Victim of the Ambient Morality <ihatespam / rogers.com> wrote: > "Martin DeMello" <martindemello / gmail.com> wrote in message > > > > def method_missing(*args) > > @h.send(*args) > > end > > end > > Is there a reason why you don't simply inheret from Hash, or is this > just another one of those There's More Than One Way To Do It scenarios? I'm always a bit reluctant to inherit from core C-based classes, though I couldn't really say why. martin