From: Tomas Fischer Date: 2006-03-13T05:34:40+09:00 Subject: array element access Hi, I've got an array a= [1,2,3,4,5,6] and want to access each second element: b=[2,4,6]. How is this done in ruby? I know, that I can use a for-loob and modulo operator, but I think there is a "ruby way" of doing this. Thanks. tomas -- Posted via http://www.ruby-forum.com/.