Skip to content

Commit

Permalink
missing dot [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaydev committed May 15, 2012
1 parent 8972829 commit 7cd8884
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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]
Expand Down

0 comments on commit 7cd8884

Please sign in to comment.