Module: TZInfo::Format2::CountryIndexDefinition::ClassMethods

Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/tzinfo-2.0.5/lib/tzinfo/format2/country_index_definition.rb

Overview

Class methods for inclusion.

Instance Attribute Summary collapse

Instance Attribute Details

#countriesHash<String, DataSources::CountryInfo> (readonly)

Returns a frozen ‘Hash` of all the countries that have been defined in the index keyed by their codes.

Returns:



29
30
31
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/tzinfo-2.0.5/lib/tzinfo/format2/country_index_definition.rb', line 29

def countries
  @countries
end