class RuboCop::AST::Token

def comment?

def comment?
  type == :tCOMMENT
end