Sha256: ee3d831945282d55079f228d2d40af3a504dace8d72d9df44c46ea7e6e7acbf4
Contents?: true
Size: 533 Bytes
Versions: 46
Compression:
Stored size: 533 Bytes
Contents
# encoding: UTF-8 module TZInfo module Format1 # Instances of {Format1::CountryDefiner} are yielded to the format 1 version # of `TZInfo::Data::Indexes::Countries` by {CountryIndexDefinition} to allow # the zones of a country to be specified. # # @private class CountryDefiner < Format2::CountryDefiner #:nodoc: # Initializes a new {CountryDefiner}. def initialize(identifier_deduper, description_deduper) super(nil, identifier_deduper, description_deduper) end end end end
Version data entries
46 entries across 41 versions & 22 rubygems