class RuboCop::AST::Token

def regexp_dots?

def regexp_dots?
  %i[tDOT2 tDOT3].include?(type)
end