class RuboCop::Cop::SpaceInside::Brackets

def right_side?(token)

def right_side?(token)
  @right_side_type == token.type
end