# File lib/public_suffix_service/domain.rb, line 280 def subdomain? !(tld.nil? || sld.nil? || trd.nil?) end