Q12
What is the primary purpose of the else keyword in Ruby exception handling?
A.
To manually raise an exception
B.
To execute code when no exceptions are raised
AnswerC.
To begin an exception handling block
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board