Ruby - Error Handling
In Ruby, what is the immediate effect of executing the
raise statement inside a method?raise statement inside a method?raiseraise keyword is used to trigger an exception in Ruby.raise is executed, Ruby interrupts the normal execution flow and looks for a rescue block to handle the exception.raise stop normal execution? Yes [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions