instance method
deep_merge!
Ruby on Rails 2.3.18
Since v2.3.18Signature
deep_merge!(data)
No documentation comment.
Parameters
-
datareq
Source
# File activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/core_ext/hash.rb, line 25
def deep_merge!(data)
merge!(data, &MERGER)
end
Defined in activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/core_ext/hash.rb line 25
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Hash