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