Skip to content

Replace deprecated exists? methods#276

Open
crwenner wants to merge 1 commit into
trulia:masterfrom
crwenner:replace-deprecated-exists-methods
Open

Replace deprecated exists? methods#276
crwenner wants to merge 1 commit into
trulia:masterfrom
crwenner:replace-deprecated-exists-methods

Conversation

@crwenner

@crwenner crwenner commented Aug 8, 2023

Copy link
Copy Markdown

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.

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.](https://rubyreferences.github.io/rubychanges/3.2.html#removals)
@andrewhao

andrewhao commented Jan 31, 2024

Copy link
Copy Markdown

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants