# 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.1
Generated with Ruby-doc Rdoc Generator 0.44.0.