From: Thomas Adam Date: 2007-10-22T08:25:22+09:00 Subject: Re: How to use a hash inside a Struct? On 22/10/2007, Jayson Williams wrote: > Is there a way to use a hash inside a Structure. Something like: > > object = Struct.new(Hash.new(), :attr2, :attr3) > Struct objects except Symbols. What is it you're trying to do? -- Thomas Adam