# File lib/faster_csv.rb, line 425
    def by_col!
      @mode = :col
      
      self
    end