# File lib/bson/ordered_hash.rb, line 59
      def initialize(*a, &b)
        @ordered_keys = []
        super
      end