We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
VERSION 0.51(ruby 2.6.0)
SUMMARY When "remove tag" is executed with no arguments, the following error messages are output.
$friends remove tag Error: undefined method `strip' for nil:NilClass
When "remove nickname”, the error messages are as below.
$friends remove nickname Error: No friend found for ""
I think it would be better to output "Error: No friend found for" message in the case of "remove tag" as well. 👍
The text was updated successfully, but these errors were encountered:
Great catch! Thank you for finding this (and sorry for the slow response)! ❤️
Sorry, something went wrong.
Fix convert_to_tag for the case of str is nil (#263)
a1b3cc1
* Fix convert_to_tag for the case of str is nil * Changing str ||= to str.to_s.strip and related test Closes #262
Thanks so much for fixing this, @m-t-a-n-a-k-a! Your fix is now released in version 0.52! 🎉
Successfully merging a pull request may close this issue.
VERSION
0.51(ruby 2.6.0)
SUMMARY
When "remove tag" is executed with no arguments, the following error messages are output.
When "remove nickname”, the error messages are as below.
I think it would be better to output "Error: No friend found for" message in the case of "remove tag" as well. 👍
The text was updated successfully, but these errors were encountered: