class Samovar::Command

def self.append(row)

def self.append(row)
	attr_accessor(row.key) if row.respond_to?(:key)
	
	self.table << row
end