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

[ruby] public in a Method body is lowered to SimpleCall #5122

Merged
merged 2 commits into from
Nov 20, 2024

Conversation

AndreiDreyer
Copy link
Contributor

@AndreiDreyer AndreiDreyer commented Nov 20, 2024

Fixed warning where public was a call to a user-defined method instead of to the Ruby reserved keyword.

resolves #5109

@AndreiDreyer AndreiDreyer self-assigned this Nov 20, 2024
@AndreiDreyer AndreiDreyer added the ruby Relates to rubysrc2cpg label Nov 20, 2024
@AndreiDreyer AndreiDreyer merged commit 62b3767 into master Nov 20, 2024
5 checks passed
@max-leuthaeuser max-leuthaeuser deleted the andrei/ruby/public-modifier-in-expression branch November 20, 2024 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ruby Relates to rubysrc2cpg
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] [ruby] Unhandled public modifier in expression position
2 participants