Method: Hash#reverse_merge!

Defined in:
lib/framework/rholang/localization_simplified.rb

#reverse_merge!(other_hash) ⇒ Object



96
97
98
# File 'lib/framework/rholang/localization_simplified.rb', line 96

def reverse_merge!(other_hash)
    replace(reverse_merge(other_hash))
end