Path: | lib/hashery/orderedhash.rb |
Last Update: | Wed Feb 09 10:52:11 +0000 2011 |
A simple ordered hash implmentation, for users of Ruby 1.8.7 or less.
NOTE: As of Ruby 1.9+ this class is not needed, since Ruby 1.9‘s standard Hash tracks inseration order.
This implementation derives from the same class in ActiveSupport library.