class Arel::SelectManager

def exists

Produces an Arel::Nodes::Exists node
##
def exists
  Arel::Nodes::Exists.new @ast
end