T
Tomas Fischer
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
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