Q. Which method converts a symbol to a string in Ruby? (A) to_s (B) to_str (C) to_sym (D) to_string ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) to_s Explanation: The to_s method converts a symbol to its string representation.