class RuboCop::Cop::Lint::UnneededCopEnableDirective
def autocorrect(comment_and_name)
def autocorrect(comment_and_name) lambda do |corrector| corrector.remove(range_with_comma(*comment_and_name)) end end
def autocorrect(comment_and_name) lambda do |corrector| corrector.remove(range_with_comma(*comment_and_name)) end end