Method: Ext::MethodHooker.included

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

.included(base) ⇒ Object



3
4
5
# File 'lib/ccb/ext/method_hooker.rb', line 3

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