# File lib/vcr/request_matcher.rb, line 68
    def hash
      # on Ruby 1.8.6, identical sets have different hash values,
      # but identical arrays have the same hash values,
      # so we convert match_attributes to an array here.
      [match_attributes.to_a, method, uri, sorted_header_array, body].hash
    end