# File lib/facets/core/array/op_mod.rb, line 8 def / len inject([]) do |ary, x| ary << [] if [*ary.last].nitems % len == 0 ary.last << x ary end end