Q29
Which method is used to convert a string to an array of characters in Ruby?
A.
.to_chars
B.
.split
C.
.to_array
D.
.chars
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board