add key and value to first spot in hash ruby

hash = { existing_key: "existing_value" }
hash = { new_key: "new_value" }.merge(hash)