Q. What is the purpose of the method_missing method in Ruby's BasicObject class?
β
Correct Answer: (D)
It is called when a method is called on an object that does not respond to the method