Method: Motion::Callback#==

Defined in:
lib/motion/callback.rb

#==(other) ⇒ Object



26
27
28
29
# File 'lib/motion/callback.rb', line 26

def ==(other)
  other.is_a?(Callback) &&
    other.broadcast == broadcast
end