What is retry statement in ruby?
Answer / Alakh Jain
"The retry statement in Ruby is used to repeat a block of code when an exception occurs. It causes the current iteration of the loop or invocation of the method that contains the retry statement to be abandoned and the next iteration or call to begin."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between ruby 1.9 and ruby 2.0?
Explain about environment variables present in ruby?
Explain about garbage collection feature of ruby?
How is visibility of methods changed in ruby?
Explain until loop in ruby.
Which ruby interpreter option enables debugging?
Explain about the programming language ruby?
what is the difference between String and Symbol?
Tell me how you can create a controller for subject?
How does a symbol differ from a string?
Explain about ruby code blocks?
Explain ruby class.