class Async::HTTP::Body::Writable

def inspect

def inspect
	"\#<#{self.class} #{@count} chunks written#{@finished ? ', finished' : ''}>"
end