mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
`constantize` is an ActiveSupport extension to `String` that attempts to look up a constant with a name matching the receiver.
3 lines
188 B
Plaintext
3 lines
188 B
Plaintext
| active_support.rb:1:1:1:22 | call to constantize | active_support.rb:1:1:1:10 | "Foo::Bar" |
|
|
| active_support.rb:3:1:3:13 | call to constantize | active_support.rb:3:1:3:1 | call to a |
|