From: Matthew Moss Date: 2008-12-13T08:03:26+09:00 Subject: Re: parallel method return value >>> irb(main):004:0> a, = foo >>> => [1, 2, 3] >>> irb(main):005:0> a >>> => 1 >> >> >> You mean like my first example above? :D > > Yes exactly like that! /me wanders off to get some glasses... I can sympathize. It does seem to be "the right way", but it also seems to be an easy screwup. Go unit tests!