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