Files
codeql/ruby/ql/test/library-tests/frameworks/active_support.rb
Harry Maclean c65ca8ff86 Model calls to constantize as code executions
`constantize` is an ActiveSupport extension to `String` that attempts to
look up a constant with a name matching the receiver.
2022-02-03 15:22:07 +13:00

3 lines
37 B
Ruby

"Foo::Bar".constantize
a.constantize