module RuboCop::Cop::Util

def operator?(symbol)

def operator?(symbol)
  OPERATOR_METHODS.include?(symbol)
end