Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_8_7_330) is shown here.
clone()
public
properly clone the Singleton pattern - did you know that duping
doesn’t copy class methods?
# File lib/singleton.rb, line 129
def clone
Singleton.__init__(super)
end