class Samovar::Output::DetailedFormatter

def initialize(rows, output)

def initialize(rows, output)
	@rows = rows
	@output = output
	@width = 80
end