Vidyalelo
Ruby Programming · Q64

Advanced Topics in Ruby

Programming · Ruby Programming · question 64

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
Answer
C.
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