class RuboCop::Cop::Style::LineEndConcatenation

def self.autocorrect_incompatible_with

def self.autocorrect_incompatible_with
  [Style::UnneededInterpolation]
end