Class: TZInfo::Format1::CountryDefiner
- Inherits:
-
TZInfo::Format2::CountryDefiner
- Object
- TZInfo::Format2::CountryDefiner
- TZInfo::Format1::CountryDefiner
- 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
Instance Method Summary collapse
-
#initialize(identifier_deduper, description_deduper) ⇒ CountryDefiner
constructor
Initializes a new CountryDefiner.
Methods inherited from TZInfo::Format2::CountryDefiner
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 |