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
Querly does not detect a csend node as a method call.
foo.bar foo&.bar
With the above Ruby file, I expect querly find bar detects the both lines. But actually it detects only the first line.
querly find bar
So, I'd like to change querly to detect csend node as a method call. If you accept this proposal, I'll work on it.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Querly does not detect a csend node as a method call.
With the above Ruby file, I expect
querly find bar
detects the both lines. But actually it detects only the first line.So, I'd like to change querly to detect csend node as a method call.
If you accept this proposal, I'll work on it.
The text was updated successfully, but these errors were encountered: