mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add comma
[ci skip]
This commit is contained in:
parent
972df059bb
commit
32431b3770
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
module Enumerable
|
||||
# Enumerable#sum was added in Ruby 2.4 but it only works with Numeric elements
|
||||
# Enumerable#sum was added in Ruby 2.4, but it only works with Numeric elements
|
||||
# when we omit an identity.
|
||||
#
|
||||
# We tried shimming it to attempt the fast native method, rescue TypeError,
|
||||
|
|
Loading…
Reference in a new issue