class Hyperloop::Store
Public Class Methods
inherited(child)
click to toggle source
# File lib/hyperloop/store.rb, line 4 def inherited(child) child.include(Mixin) end
new()
click to toggle source
# File lib/hyperloop/store.rb, line 8 def initialize init_store end