class RuboCop::Cop::Style::SelfAssignment

def self.autocorrect_incompatible_with

def self.autocorrect_incompatible_with
  [Layout::SpaceAroundOperators]
end