Q. What is the purpose of the rescue keyword in Ruby? (A) To handle exceptions and execute alternative code paths (B) To define a new module (C) To create a new instance of a class (D) To add module methods to a single object ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) To handle exceptions and execute alternative code paths