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