class Hashie::Mash

def reverse_merge(other_hash)

another ActiveSupport method, see issue #270
def reverse_merge(other_hash)
  self.class.new(other_hash).merge(self)
end