# File lib/faster_csv.rb, line 477
    def by_row!
      @mode = :row
      
      self
    end