From: Clifford Heath Date: 2012-07-24T07:21:03+09:00 Subject: [ruby-core:46685] Re: [ruby-trunk - Feature #6414] Destructuring Assignment On 24/07/2012, at 2:20 AM, trans (Thomas Sawyer) wrote: > If so, long ago it was suggested Hash#[] support multiple keys: > > name, last = john[[:name, :last]] I'm very glad this didn't happen. I often have reason to use arrays as hash keys, and this would make that impossible. Clifford Heath.