# File lib/public_suffix_service/rule.rb, line 210
      def allow?(domain)
        !decompose(domain).last.nil?
      end