class ISO3166::Data

def unload_alpha2_translation_for_locale(alpha2, locale)

Experimental RBS support (using type sampling data from the type_fusion project).

def unload_alpha2_translation_for_locale: (String alpha2, String locale) -> Array[]

This signature was generated using 3 samples from 1 application.

def unload_alpha2_translation_for_locale(alpha2, locale)
  @cache[alpha2]['translations'].delete(locale)
  @cache[alpha2]['translated_names'] = @cache[alpha2]['translations'].values.freeze
end