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

Remove check for File.birthtime #36

Merged
merged 1 commit into from
Apr 16, 2024
Merged

Remove check for File.birthtime #36

merged 1 commit into from
Apr 16, 2024

Conversation

peterzhu2118
Copy link
Member

File.birthtime has existed since Ruby 2.2, and pathname requires Ruby >= 2.7.0, so the method will always be there.

File.birthtime has existed since Ruby 2.2, and pathname requires Ruby
>= 2.7.0, so the method will always be there.
@hsbt
Copy link
Member

hsbt commented Apr 16, 2024

Good catch. Thanks!

@hsbt hsbt merged commit 9d01900 into master Apr 16, 2024
34 checks passed
@hsbt hsbt deleted the rm-birthtime branch April 16, 2024 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants