Last Modified
2012-02-02 12:26:53 +0000
Requires
  • yaml

Description

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.