54 55 56
# File 'lib/kazoo/broker.rb', line 54 def eql?(other) other.is_a?(Kazoo::Broker) && other.cluster == self.cluster && other.id == self.id end