Method: TZInfo::DataSources::ZoneinfoDataSource.alternate_iso3166_tab_search_path

Defined in:
lib/tzinfo/data_sources/zoneinfo_data_source.rb

.alternate_iso3166_tab_search_pathArray<String>

An Array of paths that will be checked to find an alternate iso3166.tab file if one was not included in the zoneinfo directory (for example, on FreeBSD and OpenBSD systems).

Paths are checked in the order they appear in the Array.

The default value is ['/usr/share/misc/iso3166.tab', '/usr/share/misc/iso3166'].

Returns:

  • (Array<String>)

    an Array of paths to check in order to locate an iso3166.tab file.


156
157
158
# File 'lib/tzinfo/data_sources/zoneinfo_data_source.rb', line 156

def alternate_iso3166_tab_search_path
  @@alternate_iso3166_tab_search_path
end