ordered_hash.rb

Path: lib/bson/ordered_hash.rb
Last Update: Tue Apr 02 22:37:46 -0400 2013

A hash in which the order of keys are preserved.

Under Ruby 1.9 and greater, this class has no added methods because Ruby‘s Hash already keeps its keys ordered by order of insertion.

[Validate]