rubyonrails-talk
August 31st, 2006, 11:24 PM
Are you using Array#in_groups_of(n, false)? That is, you want the
array chopped into n groups, and if its an uneven number, you want the
missing positions filled with "false". If so, please post the brief
snippet where it is being used.
(I'm trying to settle a bet with Mr. koz.)
More... (http://groups.google.com/group/rubyonrails-talk/msg/5d155e18c77c3328)
array chopped into n groups, and if its an uneven number, you want the
missing positions filled with "false". If so, please post the brief
snippet where it is being used.
(I'm trying to settle a bet with Mr. koz.)
More... (http://groups.google.com/group/rubyonrails-talk/msg/5d155e18c77c3328)