Ruby - Error Handling
Which of the following best describes when you should use
retry in Ruby exception handling?retry in Ruby exception handling?retryretry is used to try running a block of code again after an exception, useful when the error might be temporary.retry behaviorretry repeats the code block after an error.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions