# File lib/public_suffix_service/rule.rb, line 189 def match?(domain) l1 = labels l2 = Domain.domain_to_labels(domain) odiff(l1, l2).empty? end