From: Hal Fulton Date: 2006-08-14T08:19:12+09:00 Subject: Re: A use case for an ordered hash Trans wrote: > > Also, while not a full fledged class in it's own right, you might find > Facets' association.rb useful. Ex. > > c = [ :a >> 1, :b >> 2 ] > c.each { |k,v| puts "#{k} associated with #{v} } I've seen that, and it's kind of cool. But you can't use an object as a key if it already defines >> for something else (e.g. Fixnum). Hal