# File lib/public_suffix_service/domain.rb, line 66 def initialize(*args, &block) @tld, @sld, @trd = args yield(self) if block_given? end