class Thor::CoreExt::HashWithIndifferentAccess

def merge(other)

def merge(other)
  dup.merge!(other)
end