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