method

eql?

eql?(other_request)
public

No documentation available.

# File activeresource/lib/active_resource/http_mock.rb, line 159
    def eql?(other_request)
      self == other_request
    end