17 18 19
# File 'lib/infold/table.rb', line 17 def add_columns(name, type) self.columns << Column.new(name, type) end