class WebMock::Util::HashCounter

def initialize

def initialize
  self.hash = Hash.new(0)
  @order = {}
  @max = 0
  @lock = ::Mutex.new
end