Module: CurlyMustache::Locking

Defined in:
lib/curly_mustache/locking.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(mod) ⇒ Object



6
7
8
9
# File 'lib/curly_mustache/locking.rb', line 6

def self.included(mod)
  mod.send(:extend,  ClassMethods)
  mod.send(:include, InstanceMethods)
end