# File lib/polyamorous/join.rb, line 26 def eql?(other) self.class == other.class && self.name == other.name && self.type == other.type && self.klass == other.klass end