Created
May 4, 2017 12:51
-
-
Save MioGreen/f890dc194d891df23c4133a85ff1a2a2 to your computer and use it in GitHub Desktop.
CIS (Commonwealth of Independent_States) country codes, ISO 3166-1 alpha-2.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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