class Polyamorous::Join
def eql?(other)
def eql?(other) self.class == other.class && self.name == other.name && self.type == other.type && self.klass == other.klass end
def eql?(other) self.class == other.class && self.name == other.name && self.type == other.type && self.klass == other.klass end