class RuboCop::AST::Token

def dot?

def dot?
  type == :tDOT
end