class WebMock::RequestSignature

def eql?(other)

def eql?(other)
  self.to_s == other.to_s
end