# File lib/arel/algebra/relations/writes.rb, line 27
    def eval
      unoperated_rows + [Row.new(self, record.values.collect(&:value))]
    end