# File lib/faster_csv.rb, line 467
    def by_row
      self.class.new(@table.dup).by_row!
    end