public Method

SingletonClassMethods.clone

properly clone the Singleton pattern - did you know that duping doesn’t copy class methods?

Source Code

# File singleton.rb, line 130
def clone
  Singleton.__init__(super)
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.