# File lib/equalizer.rb, line 116 def ==(other) other = coerce(other).first if respond_to?(:coerce, true) other.kind_of?(self.class) && cmp?(__method__, other) end