diff options
author | Adam <adam@adambard.com> | 2013-08-16 09:44:22 -0700 |
---|---|---|
committer | Adam <adam@adambard.com> | 2013-08-16 09:44:22 -0700 |
commit | 8aa0ab6068a13491ec9cba59bce32911ab9f8061 (patch) | |
tree | 8c813ea8c9ba1cc13dc844e001340480bbb97aee /pt-br/ruby-pt.html.markdown | |
parent | 5be20756e046175bf04aea5a7a2c744b807ed384 (diff) |
Edits
Diffstat (limited to 'pt-br/ruby-pt.html.markdown')
-rw-r--r-- | pt-br/ruby-pt.html.markdown | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/pt-br/ruby-pt.html.markdown b/pt-br/ruby-pt.html.markdown index 8e8ce6a8..484bb0dd 100644 --- a/pt-br/ruby-pt.html.markdown +++ b/pt-br/ruby-pt.html.markdown @@ -1,5 +1,6 @@ --- language: ruby +lang: br-pt filename: learnruby.rb contributors: - ["Bruno Henrique - Garu", "http://garulab.com"] @@ -98,9 +99,10 @@ caminho_para_a_raiz_do_projeto = '/bom/nome/' caminho = '/nome/ruim/' # Símbolos (são objetos) -# Símbolos são imutáveis, são constantes reutilizáveis representadadas internamente por um -# valor inteiro. Eles são frequentemente usados no lugar de strings para transmitir com eficiência os valores -# específicos e significativos +# Símbolos são imutáveis, são constantes reutilizáveis representadadas +# internamente por um valor inteiro. Eles são frequentemente usados no +# lugar de strings para transmitir com eficiência os valores específicos +# e significativos :pendente.class #=> Symbol |