deep_merge
deep_merge copied to clipboard
Make Hash monkeypatching optional
Something like require 'deep_merge/core_ext' and without it you could use DeepMerge.merge(hash1, hash2) or hash1.extend(DeepMerge::Hash).merge(hash2)
I like this idea, but it would definitely require a major version bump