class Protocol::HTTP::Body::Rewindable

def inspect

@returns [String] a string representation of the body.

Inspect the rewindable body.
def inspect
	"\#<#{self.class} #{@index}/#{@chunks.size} chunks read>"
end