class RuboCop::AST::SendNode
def negation_method?
-
(Boolean)
- whether this method is a negation method
def negation_method? keyword_bang? || keyword_not? end
(Boolean)
- whether this method is a negation method
def negation_method? keyword_bang? || keyword_not? end