26 27 28 29
# File 'lib/motion/callback.rb', line 26 def ==(other) other.is_a?(Callback) && other.broadcast == broadcast end