1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #4070 from lest/remove-require-enumerator

requiring enumerator is not nessessary in ruby 1.9
This commit is contained in:
José Valim 2011-12-20 10:18:49 -08:00
commit 9bcd52ffca

View file

@ -1,5 +1,3 @@
require 'enumerator'
class Array
# Splits or iterates over the array in groups of size +number+,
# padding any remaining slots with +fill_with+ unless it is +false+.