I cannot find rescuein any of the Ruby objects. I can find raiseby doing:
rescue
raise
Kernel.private_instance_methods.grep(/^rai/)
But where is the salvation?
rescuenot a method. This is a Ruby-related keyword.