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