# File lib/arel/insert_manager.rb, line 8
    def into table
      @ast.relation = table
      self
    end