# File lib/action_controller/request.rb, line 119
    def etag_matches?(etag)
      if_none_match && if_none_match == etag
    end