Module: Callbacks

Defined in:
lib/backcall.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods, ProcStoreMethods

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



129
130
131
132
133
# File 'lib/backcall.rb', line 129

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