module RuboCop::AST::MethodIdentifierPredicates
def prefix_not?
-
(Boolean)
- whether this method is a prefix not
def prefix_not? negation_method? && loc.selector.is?('not') end
(Boolean)
- whether this method is a prefix not
def prefix_not? negation_method? && loc.selector.is?('not') end