class RuboCop::Cop::Commissioner

def invoke_with_argument(callback, cops, arg)

def invoke_with_argument(callback, cops, arg)
  cops.each { |cop| with_cop_error_handling(cop) { cop.send(callback, arg) } }
end