I\'m learning the basics of Ruby (just starting out), and I came across the Hash.[] method. It was introduced with
a = [\"foo\", 1, \"bar\", 2] => [\"foo\", 1
I think that Ruby's syntax is defined in parse.y for YARV Ruby.