From: mail@... Date: 2014-08-27T08:53:54+00:00 Subject: [ruby-core:64580] [ruby-trunk - Feature #10171] [Open] [PATCH] File.exists? is already deprecated Issue #10171 has been reported by gogo tanaka. ---------------------------------------- Feature #10171: [PATCH] File.exists? is already deprecated https://bugs.ruby-lang.org/issues/10171 * Author: gogo tanaka * Status: Open * Priority: Normal * Assignee: * Category: lib/rubygems * Target version: ---------------------------------------- Ruby 2.1.0 deprecated the `File.exists?` But I found `File#exists?` in `lib/rubygems/doctor.rb`, so I replaced `File#exists?` with `File#exist?`. ---Files-------------------------------- DeprecatedMethodsAtDoctor.PATCH (449 Bytes) -- https://bugs.ruby-lang.org/