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