class Protocol::HTTP::Body::Buffered

def ready?

@returns [Boolean] a buffered response is always ready.
Whether the body is ready to be read.
def ready?
	true
end