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