class Thor::CoreExt::HashWithIndifferentAccess

def reverse_merge(other)

def reverse_merge(other)
  self.class.new(other).merge(self)
end