mirror of
https://github.com/github/codeql.git
synced 2025-12-19 10:23:15 +01:00
`constantize` is an ActiveSupport extension to `String` that attempts to look up a constant with a name matching the receiver.
3 lines
37 B
Ruby
3 lines
37 B
Ruby
"Foo::Bar".constantize
|
|
|
|
a.constantize |