137 138 139
# File 'lib/tabledata/table.rb', line 137 def columns Array.new(column_count) { |col| column(col) } end