What is the purpose of the else keyword in Ruby exception handling?
A. To execute code regardless of whether an exception occurs or not
B. To manually raise an exception
C. To begin an exception handling block
D. To execute code when no exceptions are raised
Answer: Option D

Join The Discussion