module RuboCop::AST::PredicateOperatorNode

def operator

Returns:
  • (String) - the operator
def operator
  loc.operator.source
end