提交 ef864c3a 编写于 作者: A Arun Agrawal

removed warning: shadowing outer local variable - exception

上级 beb51b4d
......@@ -111,7 +111,7 @@ def handler_for_rescue(exception)
if rescuer.arity == 0
Proc.new { instance_exec(&rescuer) }
else
Proc.new { |exception| instance_exec(exception, &rescuer) }
Proc.new { |_exception| instance_exec(_exception, &rescuer) }
end
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册