From: 7stud -- Date: 2007-10-25T09:21:49+09:00 Subject: Re: .each do |foo, bar| what does bar do? 7stud -- wrote: > > As you can see from the output, ruby is perfectly happy to do parallel > assignment when passing that array to the block. > That should say: As you can see from the output, ruby is perfectly happy to do parallel assignment when passing an array to a block. -- Posted via http://www.ruby-forum.com/.