# File lib/arel/algebra/relations/relation.rb, line 159
    def insert(record)
      session.create Insert.new(self, record)
    end