Closed owst closed 1 year ago
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.
Merged within b1ece9be11dbcb82b54f9d2742ad919496e7cdee; thank you!
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.