orderedhash.rb

Path: lib/hashery/orderedhash.rb
Last Update: Tue Apr 05 12:31:31 -0400 2011

OrderedHash

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.

Required files

yaml  

[Validate]