Method: Cache::ActiveSupportCacheMemoryStore.extended

Defined in:
lib/cache/active_support_cache_memory_store.rb

.extended(base) ⇒ Object



4
5
6
# File 'lib/cache/active_support_cache_memory_store.rb', line 4

def self.extended(base)
  base.extend Cache::ActiveSupportCacheStore
end