Vidyalelo
Ruby Programming · Q25

Data Types and Variables in Ruby

Programming · Ruby Programming · question 25

Q25

What is the method used to convert a string to lowercase in Ruby?

A.
.downcase
Answer
B.
.to_lower
C.
.lower
D.
.to_lowercase

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board