# File lib/arel/update_manager.rb, line 8
    def take limit
      @ast.limit = limit
      self
    end