Q. What does the `split` method do when called on a string in Ruby? (A) Splits the string at every occurrence of a specified character (B) Splits the string into characters (C) Splits the string into words (D) Splits the string into substrings based on a delimiter ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) Splits the string into substrings based on a delimiter