-
Notifications
You must be signed in to change notification settings - Fork 340
Open
Labels
Description
こちらのページ
https://docs.ruby-lang.org/ja/latest/doc/spec=2fcontrol.html
の記述では,rescue は begin/end のほか,クラス,モジュール,メソッドの定義文で使えることになっていますが,do/end タイプのブロックでも使えるのではないでしょうか。
(このページを見てずっと使えないと思い込んでいました)
rescue は begin の節から独立させて記述したほうが分かりやすいかもしれません。
Reactions are currently unavailable