Module: Singleton::SingletonClassMethods
Do not use. This module is for internal use only.
Relationships & Source Files | |
Defined in: | lib/singleton.rb |
Instance Method Summary
-
#_load(str)
By default calls instance().
- #clone
- #inherited(sub_klass) private
Instance Method Details
#_load(str)
By default calls instance(). Override to retain singleton state.
# File 'lib/singleton.rb', line 119
def _load(str) instance end