There's no documentation for this item.
# File active_resource/http_mock.rb, line 132 def ==(other) if (other.is_a?(Response)) other.body == body && other.message == message && other.headers == headers else false end end
<code/>
<pre/>
<code/>and<pre/>for code samples.