module TZInfo::Format2::TimezoneIndexDefinition::ClassMethods

def timezone_index

Other tags:
    Yieldparam: definer - a {TimezoneIndexDefiner}

Other tags:
    Yield: - yields to the caller to allow the index to be
def timezone_index
  definer = TimezoneIndexDefiner.new(StringDeduper.global)
  yield definer
  @data_timezones = definer.data_timezones.sort!.freeze
  @linked_timezones = definer.linked_timezones.sort!.freeze
end