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