Class: Hyperloop::Store
- Inherits:
-
Object
- Object
- Hyperloop::Store
- Defined in:
- lib/hyperloop/store.rb,
lib/hyperloop/store/mixin.rb
Defined Under Namespace
Modules: Mixin
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Store
constructor
A new instance of Store.
Constructor Details
#initialize ⇒ Store
Returns a new instance of Store.
8 9 10 |
# File 'lib/hyperloop/store.rb', line 8 def initialize init_store end |
Class Method Details
.inherited(child) ⇒ Object
4 5 6 |
# File 'lib/hyperloop/store.rb', line 4 def inherited(child) child.include(Mixin) end |