Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MioGreen/f890dc194d891df23c4133a85ff1a2a2 to your computer and use it in GitHub Desktop.
Save MioGreen/f890dc194d891df23c4133a85ff1a2a2 to your computer and use it in GitHub Desktop.
CIS (Commonwealth of Independent_States) country codes, ISO 3166-1 alpha-2.
# https://en.wikipedia.org/wiki/Commonwealth_of_Independent_States
COUNTRY_CODES_CIS = %w[
'AM' 'AZ' 'BY' 'KZ' 'KG' 'MD' 'RU' 'TJ' 'UZ'
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment