class RuboCop::AST::Token

def right_bracket?

def right_bracket?
  type == :tRBRACK
end