# File lib/arel/algebra/relations/writes.rb, line 18 def initialize(relation, record) super(relation) @record = record.bind(relation) end