module RuboCop::AST::MethodIdentifierPredicates
def negation_method?
-
(Boolean)
- whether this method is a negation method
def negation_method? receiver && method_name == :! end
(Boolean)
- whether this method is a negation method
def negation_method? receiver && method_name == :! end