module Motion::Component::Callbacks

Public Instance Methods

bind(method) click to toggle source
# File lib/motion/component/callbacks.rb, line 10
def bind(method)
  Callback.new(self, method)
end
stable_instance_identifier_for_callbacks() click to toggle source
# File lib/motion/component/callbacks.rb, line 14
def stable_instance_identifier_for_callbacks
  @_stable_instance_identifier_for_callbacks ||= SecureRandom.uuid
end