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