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