class RuboCop::AST::Token

def equal_sign?

def equal_sign?
  %i[tEQL tOP_ASGN].include?(type)
end