RuntimeError: hash modified during iteration
1.upto(100) { |x| hash[x] = true } hash.keys { |k| hash[k * 2] = true }