📜  ruby begin rescue ensure - Ruby 代码示例

📅  最后修改于: 2022-03-11 15:04:45.555000             🧑  作者: Mango

代码示例1
begin
  fire_ze_missiles
rescue
  retry #just once more for good luck
else
  log "We set up them the bomb."
ensure
  wtf_mate
end