class RuboCop::Cop::Style::SelfAssignment

def autocorrect_boolean_node(corrector, node, rhs)

def autocorrect_boolean_node(corrector, node, rhs)
  _first_operand, second_operand = *rhs
  apply_autocorrect(corrector, node, rhs, rhs.loc.operator.source, second_operand)
end