# File lib/webmock/util/hash_counter.rb, line 14
      def get key
        hash[key] || 0
      end