lib/async/http/protocol/response.rb in async-http-0.77.0 vs lib/async/http/protocol/response.rb in async-http-0.78.0
- old
+ new
@@ -31,9 +31,13 @@
end
def remote_address= value
@remote_address = value
end
+
+ def inspect
+ "#<#{self.class}:0x#{self.object_id.to_s(16)} status=#{status}>"
+ end
end
end
end
end