Sha256: 31f3c00d11169d2ccd023a7e218f6ca8a022410f1ce498792bf91b07275a59ae
Contents?: true
Size: 249 Bytes
Versions: 11
Compression:
Stored size: 249 Bytes
Contents
# Sum ```ruby collection = [1, 1, 2, 3, 10] results = 17 klass = Lite::Statistics::Descriptive.new(collection) klass.sum # - or - Lite::Statistics::Descriptive.sum(collection) # - or - # No monkey patch available as its part of Enumerable ```
Version data entries
11 entries across 11 versions & 1 rubygems