class RuboCop::AST::Token

def right_parens?

def right_parens?
  type == :tRPAREN
end