エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
Ruby 3.2 アドベントカレンダーの5日目の記事です。 無くなったメソッド Dir.exists? / File.exists? Ru... Ruby 3.2 アドベントカレンダーの5日目の記事です。 無くなったメソッド Dir.exists? / File.exists? Ruby 2.1 で Dir.exists? と File.exists? は deprecated になった。 Dir.exist? と File.exist? を使えと。 Warning[:deprecated] = true Dir.exists?(".") #=> warning: Dir.exists? is deprecated; use Dir.exist? instead File.exists?(".") #=> warning: File.exists? is deprecated; use File.exist? instead