class Samovar::Output::Rows

def << object

def << object
	@rows << Row.new(object)
	
	return self
end