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

Fix pattern matching warnings on Ruby 2.7 #227

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

r7kamura
Copy link
Contributor

@r7kamura r7kamura commented Sep 11, 2024

How about changing the code to one that doesn't use pattern-matching? I don't think the benefit from this pattern-matching was that great, and if this level of change will help Ruby 2.7 users, I consider this an acceptable change.

@r7kamura r7kamura changed the title Remove pattern-matching to supress warnings on Ruby 2.7 Fix pattern matching warnings on Ruby 2.7 Sep 11, 2024
@wspurgin wspurgin merged commit c31b54f into wspurgin:main Sep 20, 2024
35 checks passed
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.

Pattern matching warnings on Ruby 2.7
2 participants