module RuboCop::Cop::Lint::UnusedArgument
def after_leaving_scope(scope, _variable_table)
def after_leaving_scope(scope, _variable_table) scope.variables.each_value { |variable| check_argument(variable) } end
def after_leaving_scope(scope, _variable_table) scope.variables.each_value { |variable| check_argument(variable) } end