I have 10 Ruby function calls I'd like to execute and each call could possibly throw an exception. I'd like to handle each exception the same way and continue. Is there a way to do this without wrapping each line in a I have 10 Ruby function calls I'd like to execu