class ISO3166::Country

def translated_names

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

def translated_names: () -> Array[String]

This signature was generated using 5 samples from 1 application.

Returns:
  • (Array) - the list of names for this Country in all loaded locales.
def translated_names
  data['translations'].values.compact
end