class RuboCop::AST::Node

def operator_keyword?

def operator_keyword?
  OPERATOR_KEYWORDS.include?(type)
end