J
Jayson Williams
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
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