# File lib/action_controller/response.rb, line 95 def last_modified if last = headers['Last-Modified'] Time.httpdate(last) end end