danielsdeleo / deep_merge

Recursive Merging for Ruby Hashes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make Hash monkeypatching optional

kke opened this issue · comments

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