# File lib/action_dispatch/http/cache.rb, line 49 def last_modified if last = headers[LAST_MODIFIED] Time.httpdate(last) end end