# File singleton.rb, line 86 def _load(str) instance end
properly clone the Singleton pattern - did you know that duping doesn’t copy class methods?
# File singleton.rb, line 82 def clone Singleton.__init__(super) end
This page was generated for Ruby 1.9.2
Ruby-doc.org is a service of James Britt and Neurogami, an avant garage application development company in Scottsdale, AZ.
Generated with the Rubydoc Rdoc Generator 0.9.3.