# File lib/webmock/util/hash_counter.rb, line 19
      def get key
        @lock.synchronize do
          hash[key] || 0
        end
      end