method
==
==(other_request)
public
Hide source
# File activeresource/lib/active_resource/http_mock.rb, line 155 def ==(other_request) other_request.hash == hash end