hologram
hologram copied to clipboard
Replace deprecated exists? methods
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.
+1. Can we get this PR looked at? This breaks compatibility with Ruby 3.2+