class RuboCop::AST::Token

def left_array_bracket?

def left_array_bracket?
  type == :tLBRACK
end