# File lib/active_support/cache.rb, line 606 def expires_at @expires_in ? @created_at + @expires_in : nil end