Module: Pheromone::MethodInvoker

Included in:
Pheromone::Messaging::MessageFormatter, Publishable::InstanceMethods
Defined in:
lib/pheromone/method_invoker.rb

Defined Under Namespace

Modules: InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



18
19
20
# File 'lib/pheromone/method_invoker.rb', line 18

def self.included(base)
  base.send :include, InstanceMethods
end