What does the bare `rescue` in this method catch?def risky raise Interrupt rescue => e "caught #{e.class}" end