# File lib/action_controller/response.rb, line 101
    def last_modified?
      headers.include?('Last-Modified')
    end