SexpMatchSpecial
# File lib/sexp.rb, line 288 288: def ==(o) 289: Sexp === o 290: end
# File lib/sexp.rb, line 292 292: def ===(o) 293: return Sexp === o 294: end
# File lib/sexp.rb, line 296 296: def inspect 297: "ANY" 298: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.