Open crwenner opened 1 year ago
Due to the deprecation of the exists? methods for the File and Dir classes in ruby 2.1, and eventual removal in ruby 3.2, this pull request replaces the calls to these methods with the "bare verb" exist? method.
exists?
exist?
See Ruby 3.2 removals in the changelog.
+1. Can we get this PR looked at? This breaks compatibility with Ruby 3.2+
Due to the deprecation of the
exists?
methods for the File and Dir classes in ruby 2.1, and eventual removal in ruby 3.2, this pull request replaces the calls to these methods with the "bare verb"exist?
method.See Ruby 3.2 removals in the changelog.