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