class Rubydex::Rules::DynamicConstantReference

Dynamic constant references cannot be reasoned about statically because they depend on runtime values. The program may still be valid, but the quality of the analysis degrades.

“‘ruby var::Foo ^^^^^^^^ Dynamic constant reference. This might be correct, but it cannot be understood by the analysis. “`