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