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