# File lib/rack/auth/digest/nonce.rb, line 40
        def stale?
          !self.class.time_limit.nil? && (Time.now.to_i - @timestamp) > self.class.time_limit
        end