Vidyalelo
Ruby Programming · Q14

Exception Handling in Ruby

Programming · Ruby Programming · question 14

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board