Q. 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 (C) It is called when a constant is defined that is not accessed (D) It is called when a constant is accessed that is already defined ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) It is called when a constant is accessed that is not defined