Module: FindMethod

Included in:
Object
Defined in:
lib/find_method.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



14
15
16
17
# File 'lib/find_method.rb', line 14

def self.included(receiver)
  receiver.extend         ClassMethods
  receiver.send :include, InstanceMethods
end