Q: What is the value returned by the two expressions
Answered
quiz
2/38
"ruby" == "ruby" "ruby".object_id == "ruby".object_id
copy
Ruby 3.3.0
true true
true No method error
false false
true false
privacy policy