# File lib/public_suffix_service/domain.rb, line 204 def subdomain return unless subdomain? [trd, sld, tld].join(".") end