Module: Interloper

Defined in:
lib/interloper.rb,
lib/interloper/version.rb

Defined Under Namespace

Modules: ClassMethods

Constant Summary collapse

VERSION =
"0.2.1"

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.included(base) ⇒ Object



9
10
11
# File 'lib/interloper.rb', line 9

def Interloper.included(base)
  base.extend ClassMethods
end

Instance Method Details

#interloper_moduleObject



5
6
7
# File 'lib/interloper.rb', line 5

def interloper_module
  @interloper_module ||= self.class.interloper_module
end