Q22
Which method is used to convert a string to uppercase in Ruby?
A.
.upcase
AnswerB.
.uppercase
C.
.to_upper
D.
.to_uppercase
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board