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