Module: DebugLogging::Hooks

Defined in:
lib/debug_logging/hooks.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.extended(mod) ⇒ Object



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

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

.included(mod) ⇒ Object



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

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