From: Tim Hunter Date: 2007-03-31T04:30:57+09:00 Subject: Re: Is there a library/mechanism for an object/hash hybrid? Gary Wright wrote: > OpenStruct doesn't define access via the indexing method: > > info = OpenStruct.new > > info.name = 'Gary' > info[:name] # undefined method Hal Fulton wrote a class called "SuperStruct". Maybe it's what you're looking for: http://sstruct.rubyforge.org/. -- Posted via http://www.ruby-forum.com/.