class Thor::CoreExt::OrderedHash

def merge(other_hash, &block)

def merge(other_hash, &block)
  dup.merge!(other_hash, &block)
end