# File lib/webmock/util/hash_counter.rb, line 5
      def initialize
        self.hash = {}
        @order = {}
        @max = 0
      end