class Samovar::Output::Row

def initialize(object)

def initialize(object)
	@object = object
	super object.to_a.collect(&:to_s)
end