Question from the Ruby test

How to change the value of a string in Ruby

Hard

What will this code return starting from v2.7?

value = true
buffer = value.to_s
buffer << ' -- received'
Author: HivebriteStatus: PublishedQuestion passed 233 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!