Forked from jacksonpires/Estados Brasileiros - Hash Ruby
Created
June 12, 2023 17:51
-
-
Save piclez/1fae9aa761597376a21a54d943b2a7a9 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
{ | |
:AC=>"Acre", | |
:AL=>"Alagoas", | |
:AP=>"Amapá", | |
:AM=>"Amazonas", | |
:BA=>"Bahia", :CE=>"Ceará", | |
:DF=>"Distrito Federal", | |
:ES=>"Espírito Santo", | |
:GO=>"Goiás", | |
:MA=>"Maranhão", | |
:MT=>"Mato Grosso", | |
:MS=>"Mato Grosso do Sul", | |
:MG=>"Minas Gerais", | |
:PA=>"Pará", | |
:PB=>"Paraíba", | |
:PR=>"Paraná", | |
:PE=>"Pernambuco", | |
:PI=>"Piauí", | |
:RJ=>"Rio de Janeiro", | |
:RN=>"Rio Grande do Norte", | |
:RS=>"Rio Grande do Sul", | |
:RO=>"Rondônia", | |
:RR=>"Roraima", | |
:SC=>"Santa Catarina", | |
:SP=>"São Paulo", | |
:SE=>"Sergipe", | |
:TO=>"Tocantins" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment