Module: DebugLogging::Hooks

Defined in:
lib/debug_logging/hooks.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.extend(mod) ⇒ Object



10
11
12
# File 'lib/debug_logging/hooks.rb', line 10

def self.extend(mod)
  mod.extend(ClassMethods)
end

.included(mod) ⇒ Object



6
7
8
# File 'lib/debug_logging/hooks.rb', line 6

def self.included(mod)
  mod.extend(ClassMethods)
end