Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use File.exist? instead of File.exists? #334

Merged
merged 1 commit into from
Nov 17, 2016
Merged

Use File.exist? instead of File.exists? #334

merged 1 commit into from
Nov 17, 2016

Conversation

Manfred
Copy link
Contributor

@Manfred Manfred commented Nov 17, 2016

In newer versions of Ruby using File.exists? will warn about deprecation. The File.exist? method has been around forever so this will not introduce any backwards compatibility problems.

In newer versions of Ruby using File.exists? will warn about deprecation. The
File.exist? method has been around forever so this will not introduce any
backwards compatibility problems.
@kattrali
Copy link
Contributor

Thanks, @Manfred! That makes sense. :)

@kattrali kattrali merged commit f12b31d into bugsnag:master Nov 17, 2016
kattrali pushed a commit that referenced this pull request Oct 28, 2017
In newer versions of Ruby using File.exists? will warn about deprecation. The
File.exist? method has been around forever so this will not introduce any
backwards compatibility problems.
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