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