エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Feature #14386: Add option to let Kernel.#system raise error instead of returning false - Ruby master - Ruby Issue Tracking System
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Feature #14386: Add option to let Kernel.#system raise error instead of returning false - Ruby master - Ruby Issue Tracking System
If I understood it correctly, you mean to pass in an optional hash to be the second argument to s... If I understood it correctly, you mean to pass in an optional hash to be the second argument to system() right? I have nothing against it. I think it would change existing behaviour though, if I read http://ruby-doc.org/core-2.5.0/Kernel.html#method-i-system correctly, so perhaps this may have to be targeted for 3.0, if matz approves of it? Though it may be that I misunderstood the suggestion. To