Module: Ipecache::Runner

Defined in:
lib/ipecache/runner.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



45
46
47
48
# File 'lib/ipecache/runner.rb', line 45

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