Method: Ext::MethodHooker.extended

Defined in:
lib/ccb/ext/method_hooker.rb

.extended(base) ⇒ Object



7
8
9
# File 'lib/ccb/ext/method_hooker.rb', line 7

def self.extended(base)
  base.extend(ClassMethods)
end