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