# File lib/hashie/mash.rb, line 289
    def reverse_merge(other_hash)
      self.class.new(other_hash).merge(self)
    end