17 18 19
# File 'lib/httpigeon/response.rb', line 17 def ==(other) other == parsed_response || other.to_json == to_json || super end