# File lib/net/http/digest_auth.rb, line 160
  def next_nonce
    synchronize do
      @nonce_count += 1
    end
  end