Q. What is the purpose of the method_missing method in Ruby?
- A. Intercepting method calls before they are executed
- B. Defining custom method behaviors based on method names
- C. Handling undefined method calls
- D. Providing default implementations for missing methods
Correct Answer: C