# File lib/equatable.rb, line 132
    def eql?(other)
      instance_of?(other.class) && compare?(__method__, other)
    end