Q14
What does the ensure keyword do in Ruby exception handling?
A.
It rescues specific types of exceptions
B.
It raises an exception
C.
It defines a new module
D.
It ensures that a block of code is always executed, regardless of whether an exception is raised or not
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board