mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-05-05 14:28:31 +00:00
Merge pull request #3366 from daniloyamauti/patch-6
[ruby/pt-br] Update ruby-pt.html.markdown
This commit is contained in:
commit
45755bdd43
@ -71,7 +71,7 @@ false.class #=> FalseClass
|
|||||||
2 <= 2 #=> true
|
2 <= 2 #=> true
|
||||||
2 >= 2 #=> true
|
2 >= 2 #=> true
|
||||||
|
|
||||||
# Strings são objects
|
# Strings são objetos
|
||||||
|
|
||||||
'Eu sou uma string'.class #=> String
|
'Eu sou uma string'.class #=> String
|
||||||
"Eu também sou uma string".class #=> String
|
"Eu também sou uma string".class #=> String
|
||||||
|
Loading…
Reference in New Issue
Block a user