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