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