class RuboCop::AST::Token

def end?

def end?
  type == :kEND
end