var table = [ , , , , ]; table.sort {|a,b| a[0] <=> b[0]}.each { |col| say "#{col[0]} #{col[1]}" }