Compare commits

...
Author SHA1 Message Date
Marcus WyattandGitHub 8673f0d9df Merge cff6592c4e into 99ce5aee7b 2025-04-02 09:12:33 +07:00
Marcus WyattandGitHub cff6592c4e docs: add call to minmax in example 2022-06-29 05:05:10 -07:00
@@ -21,5 +21,7 @@ at the same time when you call
```ruby
list = [3,7,4,15,9,1,2]
list.minmax
#=> [1,15]
```