提交 7cd88840 编写于 作者: V Vijay Dev

missing dot [ci skip]

上级 8972829a
......@@ -10,7 +10,7 @@ def deep_merge(other_hash)
dup.deep_merge!(other_hash)
end
# Same as +deep_merge+, but modifies +self+
# Same as +deep_merge+, but modifies +self+.
def deep_merge!(other_hash)
other_hash.each_pair do |k,v|
tv = self[k]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册