Q. What method in Ruby is used to join the elements of an array into a single string?
β
Correct Answer: (A)
join(separator)
You must be Logged in to update hint/solution