Skip to content
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

Detect csend node as method call #70

Closed
pocke opened this issue Jan 10, 2020 · 0 comments · Fixed by #71
Closed

Detect csend node as method call #70

pocke opened this issue Jan 10, 2020 · 0 comments · Fixed by #71

Comments

@pocke
Copy link
Collaborator

pocke commented Jan 10, 2020

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.

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.

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 a pull request may close this issue.

1 participant