Q. Which method converts a string to uppercase in Ruby? (A) upcase (B) uppercase (C) toUpperCase (D) capitalize ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) upcase Explanation: The upcase method converts a string to uppercase.