Q. Which method converts a symbol to a string in Ruby?
β
Correct Answer: (A)
to_s
Explanation: The to_s method converts a symbol to its string representation.