1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-06 23:06:49 +02:00

Merge pull request #3366 from daniloyamauti/patch-6

[ruby/pt-br] Update ruby-pt.html.markdown
This commit is contained in:
Divay Prakash
2018-10-31 18:38:14 +05:30
committed by GitHub

View File

@@ -71,7 +71,7 @@ false.class #=> FalseClass
2 <= 2 #=> true
2 >= 2 #=> true
# Strings são objects
# Strings são objetos
'Eu sou uma string'.class #=> String
"Eu também sou uma string".class #=> String