Skip to content

Avoid string mutation for Ruby 3.4 #77

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

Merged
merged 2 commits into from
Feb 24, 2025
Merged

Avoid string mutation for Ruby 3.4 #77

merged 2 commits into from
Feb 24, 2025

Conversation

plicjo
Copy link
Contributor

@plicjo plicjo commented Jan 2, 2025

I see multiple pull requests that attempt to address this issue. Here is my version. It avoids the frozen string literal warnings by using non-mutative string methods instead.

Fixes #76

@rmm5t
Copy link
Owner

rmm5t commented Feb 24, 2025

Thank you!

@rmm5t rmm5t merged commit edc4459 into rmm5t:master Feb 24, 2025
0 of 15 checks passed
@plicjo plicjo deleted the ruby_3_4 branch February 24, 2025 11:42
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.

Frozen String Literal warnings in Ruby 3.4
2 participants