提交 a0906da6 编写于 作者: V Vipul A M

Change from each to each_value on hash to avoid unused variable warning

上级 dff4d4ad
......@@ -164,7 +164,7 @@ def assert_utf8(object)
return
end
object.each do |k,v|
object.each_value do |v|
case v
when Hash
assert_utf8(v)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册