Q27
What is the method used to check if a variable is numeric in Ruby?
A.
.numeric?
B.
.is_numeric?
AnswerC.
.number?
D.
.numeric_value?
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board