Ruby - Error Handling
What does the
retry keyword do in Ruby when used inside a rescue block?retry keyword do in Ruby when used inside a rescue block?retry keyword is used inside a rescue block to repeat the code in the begin block.retry is called, Ruby restarts the begin block from the start, trying again.begin block from the beginning. -> Option B15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions