In Files

Methods

SexpAny

Public Instance Methods

==(o) click to toggle source
     # File lib/sexp.rb, line 288
288:   def ==(o)
289:     Sexp === o
290:   end
===(o) click to toggle source
     # File lib/sexp.rb, line 292
292:   def ===(o)
293:     return Sexp === o
294:   end
inspect() click to toggle source
     # 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.