Q5
In Ruby, how do you convert a string to an array of characters?
A.
split
B.
chars
AnswerC.
to_chars
D.
to_a
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board