# File lib/public_suffix_service/domain.rb, line 325
    def valid?
      r = rule
      !r.nil? && r.allow?(name)
    end