rails--rails/activesupport/lib
Ayrton De Craene 2526938b32 Calculate the minimum/maximum from an enumerable's extracted elements
```
payments = [Payment.new(5), Payment.new(15), Payment.new(10)]
payments.minimum(:price) # => 5
payments.maximum(:price) # => 20
```
2021-02-12 17:37:53 +01:00
..
active_support Calculate the minimum/maximum from an enumerable's extracted elements 2021-02-12 17:37:53 +01:00
active_support.rb Bump license years to 2021 [ci skip] 2021-01-01 12:21:20 +09:00