# File lib/arel/update_manager.rb, line 3
    def initialize engine
      super
      @ast = Nodes::UpdateStatement.new
      @ctx = @ast
    end