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
_other
The following code will have OpMethod complain that _other should be other instead.
other
class NullBusiness def <=>(_other) 0 end end
However, if I do that, then ruby-lint will complain that other should be _other, because the argument is not used.
Should OpMethod's criteria be changed? If so, how?
The text was updated successfully, but these errors were encountered:
596ff3f
No branches or pull requests
The following code will have OpMethod complain that
_other
should beother
instead.However, if I do that, then ruby-lint will complain that
other
should be_other
, because the argument is not used.Should OpMethod's criteria be changed? If so, how?
The text was updated successfully, but these errors were encountered: