module Pheromone::MethodInvoker
Public Class Methods
included(base)
click to toggle source
# File lib/pheromone/method_invoker.rb, line 18 def self.included(base) base.send :include, InstanceMethods end
# File lib/pheromone/method_invoker.rb, line 18 def self.included(base) base.send :include, InstanceMethods end