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:
commit
9bcd52ffca
1 changed files with 0 additions and 2 deletions
|
@ -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+.
|
||||
|
|
Loading…
Reference in a new issue