method
eql?
eql?(other_request)
public
Hide source
# File activeresource/lib/active_resource/http_mock.rb, line 88 def eql?(other_request) self == other_request end


