Q: What does the last expression evaluates to?
Answered
quizz 28/36
a = "hello" :hello.object_id == :"#{a}".object_id
copy
Ruby 3.3.0
false
true
String can't be coerced into Symbol (TypeError)
hello
privacy policy