deep_clone is the usual Marshalling hack to make a deep copy. It is rather slow, so use it sparingly. Helps with debugging SexpProcessors since you usually shift off sexps.
# File lib/sexp_processor.rb, line 396 396: def deep_clone 397: Marshal.load(Marshal.dump(self)) 398: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.