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] non-self singleton methods #4374

Merged
merged 6 commits into from
Mar 21, 2024

Conversation

AndreiDreyer
Copy link
Contributor

@AndreiDreyer AndreiDreyer commented Mar 20, 2024

This PR handles

  • Module methods
    eg:
module F
  def F.bar(x)
    x
  end
end

F::bar(p)

resolves #3935

@DavidBakerEffendi DavidBakerEffendi marked this pull request as ready for review March 20, 2024 14:30
@DavidBakerEffendi DavidBakerEffendi added the ruby Relates to rubysrc2cpg label Mar 20, 2024
@DavidBakerEffendi DavidBakerEffendi merged commit f73f91f into master Mar 21, 2024
5 checks passed
@DavidBakerEffendi DavidBakerEffendi deleted the andrei/ruby/non-self-singleton-methods branch March 21, 2024 07:04
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.

[ruby] Non-self Singleton Methods
2 participants