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

Process inside calls to handle frozen (nested) constants #79

Closed
wants to merge 1 commit into from

Conversation

owst
Copy link
Contributor

@owst owst commented Feb 2, 2018

Rubocop rightly suggests that constants be frozen, unfortunately, doing so breaks the discovery of nested constants that was introduced in #63

This PR looks "underneath" method calls, which allows frozen nested constants to be discovered.

@mislav
Copy link
Collaborator

mislav commented May 18, 2023

Merged within b1ece9b; thank you!

@mislav mislav closed this May 18, 2023
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 this pull request may close these issues.

2 participants