Hal Fulton wrote in post #1055070: > Greetings, fellow Rubyists... > > I am revisiting a small project that has lain dormant for > some time... > > http://github.com/Hal9000/Structure > > As I make changes and improvements, I'd be interested in > hearing your comments. I'll see whether I can look into this over the weekend. > Unlike Struct, it creates a "real" class, and it has real instance > variables > with predictable names. Why are Struct generated classes not real? Or does this only refer to the fact that #instance_variables returns an empty list? If so why does it matter? Kind regards robert -- Posted via http://www.ruby-forum.com/.