# File lib/faster_csv.rb, line 426
      def initialize(array_of_rows)
        @table = array_of_rows
        @mode  = :col_or_row
      end