ruby begin rescue continue code example
Example: ruby begin rescue ensure
begin
fire_ze_missiles
rescue
retry #just once more for good luck
else
log "We set up them the bomb."
ensure
wtf_mate
end
begin
fire_ze_missiles
rescue
retry #just once more for good luck
else
log "We set up them the bomb."
ensure
wtf_mate
end