Sha256: 187e2c89e6ef2416e4e4fc3b76e63299e405ce07a46af7d33676e3ab7f997e36
Contents?: true
Size: 177 Bytes
Versions: 12
Compression:
Stored size: 177 Bytes
Contents
module Hyperloop class Store class << self def inherited(child) child.include(Mixin) end end def initialize init_store end end end
Version data entries
12 entries across 12 versions & 1 rubygems