Module: SingletonStorer::ClassMethods
- Defined in:
- lib/singleton_storer.rb
Overview
This module allows to embed class methods as part of the mixin.
Instance Method Summary collapse
Instance Method Details
#dump ⇒ Object
10 11 12 |
# File 'lib/singleton_storer.rb', line 10 def dump instance._dump end |
#load ⇒ Object
14 15 16 |
# File 'lib/singleton_storer.rb', line 14 def load instance._load end |