In Files

Methods

SexpAny

Public Instance Methods

==(o) click to toggle source
# File lib/sexp.rb, line 288
def ==(o)
  Sexp === o
end
===(o) click to toggle source
# File lib/sexp.rb, line 292
def ===(o)
  return Sexp === o
end
inspect() click to toggle source
# File lib/sexp.rb, line 296
def inspect
  "ANY"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.