Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
const_get
from StringIdentifierArgument
target
[Fix rubocop#425] `const_get` doesn't accept symbols that are something like `:"Foo::Bar"`, and that's intended according to this issue. https://bugs.ruby-lang.org/issues/12319 Therefore, changing String to Symbol might not work as expected. As far as I know that's related to `const_get` only so we can remove it from the target of `StringIdentifierArgument`
- Loading branch information