class Sus::Output::Buffered

def indented

def indented
	self.indent
	yield
ensure
	self.outdent
end