Forked from jacksonpires/Estados Brasileiros - Array Ruby
Created
August 7, 2017 06:57
-
-
Save bernardobarreto/e989fd213d7633d783a9f3f26e66234a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
ESTADOS_BRASILEIROS = [ | |
["Acre", "AC"], | |
["Alagoas", "AL"], | |
["Amapá", "AP"], | |
["Amazonas", "AM"], | |
["Bahia", "BA"], | |
["Ceará", "CE"], | |
["Distrito Federal", "DF"], | |
["Espírito Santo", "ES"], | |
["Goiás", "GO"], | |
["Maranhão", "MA"], | |
["Mato Grosso", "MT"], | |
["Mato Grosso do Sul", "MS"], | |
["Minas Gerais", "MG"], | |
["Pará", "PA"], | |
["Paraíba", "PB"], | |
["Paraná", "PR"], | |
["Pernambuco", "PE"], | |
["Piauí", "PI"], | |
["Rio de Janeiro", "RJ"], | |
["Rio Grande do Norte", "RN"], | |
["Rio Grande do Sul", "RS"], | |
["Rondônia", "RO"], | |
["Roraima", "RR"], | |
["Santa Catarina", "SC"], | |
["São Paulo", "SP"], | |
["Sergipe", "SE"], | |
["Tocantins", "TO"] | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment