module Hashie::Extensions::DeepMerge
def deep_merge(other_hash)
def deep_merge(other_hash) (class << (h = dup); self; end).send :include, Hashie::Extensions::DeepMerge h.deep_merge!(other_hash) end
def deep_merge(other_hash) (class << (h = dup); self; end).send :include, Hashie::Extensions::DeepMerge h.deep_merge!(other_hash) end