From 7cd88840939cac913899fa9a11281d78388672ad Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Tue, 15 May 2012 13:10:08 +0530 Subject: missing dot [ci skip] --- activesupport/lib/active_support/core_ext/hash/deep_merge.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/core_ext/hash/deep_merge.rb b/activesupport/lib/active_support/core_ext/hash/deep_merge.rb index 2fa397bcd0..023bf68a87 100644 --- a/activesupport/lib/active_support/core_ext/hash/deep_merge.rb +++ b/activesupport/lib/active_support/core_ext/hash/deep_merge.rb @@ -10,7 +10,7 @@ class 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] -- cgit v1.2.3