What does the .upcase method do?
(a) Convert the string to uppercase
(b) Convert only lowercase string to uppercase and vice-versa
(c) Convert the string to lowercase
(d) None o the mentioned
I got this question in unit test.
The above asked question is from String Methods in section Ruby Basics of Ruby