Class | Hash |
In: |
lib/i18n/core_ext/hash.rb
|
Parent: | Object |
MERGER | = | proc do |key, v1, v2| Hash === v1 && Hash === v2 ? v1.merge(v2, &MERGER) : v2 | deep_merge_hash! by Stefan Rusterholz, see www.ruby-forum.com/topic/142809 |