Hash[...]
[...]
Hash['a', 100, 'b', 200]
Hash[ [ ['a', 100], ['b', 200] ] ]
Hash['a' => 100, 'b' => 200]
Inspired by 'Ruby Style Guide'