Are you using Array#in_groups_of(n, false)?

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.)