# File lib/cookiejar/cookie.rb, line 59 def expires_at if @expiry.nil? || @expiry.is_a?(Time) @expiry else @created_at + @expiry end end