#!/usr/local/bin/ruby def func begin x = 42 rescue x = 99 end x end p func