Method: HugeEnumerable#next_array
- Defined in:
- lib/huge_enumerable.rb
#next_array ⇒ Object
Shifts max_array_size elements and returns the following array from to_a.
137 138 139 140 |
# File 'lib/huge_enumerable.rb', line 137 def next_array shift(max_array_size) to_a end |