Q. What is the purpose of using the method_missing method in Ruby?
β
Correct Answer: (D)
To handle method calls for undefined methods dynamically
You must be Logged in to update hint/solution