1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-18 14:38:01 +00:00

Compare commits

2 Commits

Author SHA1 Message Date
Marcus Wyatt
b6b52c208b Merge cff6592c4e into 0b994346fe 2024-03-11 12:56:12 -07:00
Marcus Wyatt
cff6592c4e docs: add call to minmax in example 2022-06-29 05:05:10 -07:00

View File

@@ -21,5 +21,7 @@ at the same time when you call
```ruby
list = [3,7,4,15,9,1,2]
list.minmax
#=> [1,15]
```