# File lib/equatable.rb, line 145 def ==(other) other.is_a?(self.class) && compare?(__method__, other) end