Extended maintenance of Ruby versions 1.8.7 and 1.9.2 ended on July 31, 2014. Read more
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