Q. What does the `reverse` method do when called on a string in Ruby? (A) Reverses the order of characters in the string (B) Reverses the order of words in the string (C) Converts the string to lowercase (D) Converts the string to uppercase ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Reverses the order of characters in the string