# File lib/arel/update_manager.rb, line 21
    def table table
      @ast.relation = table
      self
    end