class RuboCop::Cop::Layout::SpaceAroundOperators

def self.autocorrect_incompatible_with

def self.autocorrect_incompatible_with
  [Style::SelfAssignment]
end