# File lib/arel/select_manager.rb, line 17
    def limit
      @ast.limit && @ast.limit.expr
    end