Class: TZInfo::Format1::CountryDefiner

Inherits:
TZInfo::Format2::CountryDefiner show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/tzinfo-2.0.5/lib/tzinfo/format1/country_definer.rb

Overview

Instances of 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.

Instance Attribute Summary

Attributes inherited from TZInfo::Format2::CountryDefiner

#timezones

Instance Method Summary collapse

Methods inherited from TZInfo::Format2::CountryDefiner

#timezone

Constructor Details

#initialize(identifier_deduper, description_deduper) ⇒ CountryDefiner

Initializes a new TZInfo::Format1::CountryDefiner.



12
13
14
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/tzinfo-2.0.5/lib/tzinfo/format1/country_definer.rb', line 12

def initialize(identifier_deduper, description_deduper)
  super(nil, identifier_deduper, description_deduper)
end