lib/ezclient/response.rb in ezclient-1.7.0 vs lib/ezclient/response.rb in ezclient-1.7.1

- old
+ new

@@ -40,23 +40,9 @@ def error? client_error? || server_error? end - def inspect - { - req: { - raw: http_request.inspect, - hdrs: http_request.headers, - }, - resp: { - raw: http_response.inspect, - hdrs: headers, - body: body, - }, - }.to_s - end - def to_s inspect end end