Hash[...]
[...]
Hash['a', 100, 'b', 200]
Hash[ [ ['a', 100], ['b', 200] ] ]
Hash['a' => 100, 'b' => 200]
受 'Ruby Style Guide' 启发