class RuboCop::Cop::Style::ExplicitBlockArgument

def self.autocorrect_incompatible_with

def self.autocorrect_incompatible_with
  [Lint::UnusedMethodArgument]
end