8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Calling .to_s on symbol will return frozen string in future https://github.com/sparklemotion/mechanize/blob/main/lib/mechanize/form.rb#L259
.to_s
:test.to_s.chomp! DEPRECATION WARNING: warning: string returned by :test.to_s will be frozen in the future (called from String#chomp!)
The text was updated successfully, but these errors were encountered:
@simpl1g thanks for opening an issue. Are you at all interested in opening a PR to fix this?
Sorry, something went wrong.
I created PR here #661
Thank you! Merged.
Will ship in a release shortly.
No branches or pull requests
Calling
.to_s
on symbol will return frozen string in futurehttps://github.com/sparklemotion/mechanize/blob/main/lib/mechanize/form.rb#L259
The text was updated successfully, but these errors were encountered: