提交 760b8d37 编写于 作者: C Carlos Antonio da Silva

Remove warning: shadowing outer local variable

上级 239a97af
......@@ -282,7 +282,7 @@ def fetch(name, options = nil)
if entry
get_entry_value(entry, name, options)
else
save_block_result_to_cache(name, options) { |name| yield name }
save_block_result_to_cache(name, options) { |_name| yield _name }
end
else
read(name, options)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册