# File lib/arel/update_manager.rb, line 9
    def take limit
      @ast.limit = Nodes::Limit.new(limit) if limit
      self
    end