orderedhash.rb

Path: lib/hashery/orderedhash.rb
Last Update: Thu Jan 20 11:24:17 +0000 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]