1
0
Fork 0
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:
Jon Moss 2017-04-20 18:40:26 -04:00
parent 972df059bb
commit 32431b3770

View file

@ -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,