Class: Hyperloop::Store

Inherits:
Object
  • Object
show all
Defined in:
lib/hyperloop/store.rb,
lib/hyperloop/store/mixin.rb

Defined Under Namespace

Modules: Mixin

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeStore

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