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