module Counter::Cache::Credis

Constants

VERSION

Public Class Methods

included(receiver) click to toggle source
# File lib/counter/cache/credis/counter.rb, line 5
def self.included(receiver)
  receiver.extend ClassMethods
end