Q64
What is the purpose of the const_missing method in Ruby?
A.
It is called when a constant is accessed that is already defined
B.
It is called when a constant is accessed that is not defined
AnswerC.
It is called when a constant is defined that is not accessed
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board