Where is the salvation method?

I cannot find rescuein any of the Ruby objects. I can find raiseby doing:

Kernel.private_instance_methods.grep(/^rai/)

But where is the salvation?

+3
source share
1 answer

rescuenot a method. This is a Ruby-related keyword.

+6
source

All Articles