lib/async/http/body/wrapper.rb in async-http-0.37.2 vs lib/async/http/body/wrapper.rb in async-http-0.37.3
- old
+ new
@@ -53,9 +53,13 @@
# Read the next available chunk.
def read
@body.read
end
+
+ def inspect
+ @body.inspect
+ end
end
end
end
end