From: Jayson Williams Date: 2007-10-22T08:15:27+09:00 Subject: How to use a hash inside a Struct? Is there a way to use a hash inside a Structure. Something like: object = Struct.new(Hash.new(), :attr2, :attr3) I know this doesn't work, but do you get the idea of what I am trying to do? Jayson