class Sus::Output::Buffered

def string

def string
	io = StringIO.new
	Text.new(io).append(@chunks)
	return io.string
end