# File lib/arel/select_manager.rb, line 44
    def exists
      Arel::Nodes::Exists.new @ast
    end