From: Roger Pack Date: 2008-02-05T04:52:09+09:00 Subject: Re: ruby wish-list > On Thu, Jan 31, 2008 at 09:06:05AM +0900, Roger Pack wrote: Another wish--I wish that the block style stuff was invertable. programs.each_with_index {|program, index|...} would work with for program, index in programs.each_with_index {} Then you wouldn't have to remember syntax again, ever :) Take care. -Roger -- Posted via http://www.ruby-forum.com/.