class Samovar::Output::Rows

def indentation

def indentation
	@indentation ||= "\t" * @level
end