Q. What does the term "monkey patching" refer to in Ruby? (A) Assigning custom methods to specific objects (B) Modifying or extending existing classes or modules at runtime (C) Overriding built-in methods with custom implementations (D) Assigning custom methods to specific objects ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Modifying or extending existing classes or modules at runtime