Method: Hash#reverse_merge

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

#reverse_merge(other_hash) ⇒ Object



92
93
94
# File 'lib/framework/rholang/localization_simplified.rb', line 92

def reverse_merge(other_hash)
    other_hash.merge(self)
end