class Protocol::HTTP::Body::ZStream

def inspect

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

Inspect the body, including the compression ratio.
def inspect
	"#{super} | \#<#{self.class} #{(ratio*100).round(2)}%>"
end