class SexpAny

def ==(o)

def ==(o)
  Sexp === o
end

def ===(o)

def ===(o)
  return Sexp === o
end

def inspect

def inspect
  "ANY"
end