# File lib/active_support/cache.rb, line 600 def expires_at=(time) if time @expires_in = time.to_f - @created_at else @expires_in = nil end end