class Rubydex::Rules::InvalidMethodVisibility

Method visibility operations that depend on dynamic values 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.private :foo ^^^ Invalid method visibility. This might be correct, but it cannot be understood by the analysis.

private(var)

^^^ Invalid method visibility.

“‘