class Rubydex::Rules::UndefinedMethodVisibilityTarget
Undefined method visibility target means the analysis couldn’t find the definition for the method the code is attempting to change visibility of. It could be defined through meta-programming or it indeed does not exist.
“‘ruby class Foo
private :bar
^^^ Undefined method visibility target. The method `bar` is not defined.
end “‘
Public Class Methods
→ singleton(Severity::Base)
Source
# File lib/rubydex/rules/undefined_method_visibility_target.rb, line 21 def default_severity Severity::Warning end
@override