hologram icon indicating copy to clipboard operation
hologram copied to clipboard

Replace deprecated exists? methods

Open crwenner opened this issue 1 year ago • 1 comments

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.

crwenner avatar Aug 08 '23 19:08 crwenner

+1. Can we get this PR looked at? This breaks compatibility with Ruby 3.2+

andrewhao avatar Jan 31 '24 03:01 andrewhao