class RuboCop::Cop::Lint::AmbiguousOperator

def message(diagnostic)

def message(diagnostic)
  operator = diagnostic.location.source
  hash = AMBIGUITIES[operator]
  format(MSG_FORMAT, hash)
end