Array.new(5, [1, 2, 3]) or Array.new(5) { [1, 2, 3] }的差别

NoSuchKey