class RuboCop::AST::Node

def assignment?

def assignment?
  ASSIGNMENTS.include?(type)
end