On 3/27/06, Daniel Harple <dharple / generalconsumption.org> wrote: > [1,2,3,4,5,6,7,8].enum_for(:each_slice, 4).to_a # -> [[1, 2, 3, 4], > [5, 6, 7, 8]] > > -- Daniel This is just what I need. Thanks!