# File lib/facets/core/hash/reverse_merge.rb, line 16
  def reverse_merge(other_hash)
    other_hash.merge(self)
  end