Method: HTTPigeon::Response#==

Defined in:
lib/httpigeon/response.rb

#==(other) ⇒ Object



17
18
19
# File 'lib/httpigeon/response.rb', line 17

def ==(other)
  other == parsed_response || other.to_json == to_json || super
end