class TZInfo::Format1::CountryDefiner

:nodoc:
@private
the zones of a country to be specified.
of ‘TZInfo::Data::Indexes::Countries` by {CountryIndexDefinition} to allow
Instances of {Format1::CountryDefiner} are yielded to the format 1 version

def initialize(identifier_deduper, description_deduper)

Other tags:
    Private: -
def initialize(identifier_deduper, description_deduper)
  super(nil, identifier_deduper, description_deduper)
end