Method: Motion::Component::Callbacks#bind

Defined in:
lib/motion/component/callbacks.rb

#bind(method) ⇒ Object



10
11
12
# File 'lib/motion/component/callbacks.rb', line 10

def bind(method)
  Callback.new(self, method)
end