エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Feature #18980: `it` as a default block parameter - Ruby - Ruby Issue Tracking System
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Feature #18980: `it` as a default block parameter - Ruby - Ruby Issue Tracking System
Problem¶ Numbered parameters (_1, _2, ...) look like unused local variables and I don't feel moti... Problem¶ Numbered parameters (_1, _2, ...) look like unused local variables and I don't feel motivated to use them, even though I need this feature very often and always come up with _1. [1, 2, 3].each { puts _1 } I have barely used it in the last 2~3 years because it looks like a compromised syntax. I even hesitate to use it on IRB. Why I don't use _1 I'm not clever enough to remember the order o

