class Protocol::Rack::Body::Streaming::Output

def write(chunk)

def write(chunk)
	@block.call(chunk)
end