# File lib/public_suffix/list.rb, line 97 def ==(other) return false unless other.is_a?(List) self.equal?(other) || self.rules == other.rules end