Compare commits

...
2 Commits
Author SHA1 Message Date
Marcus WyattandGitHub b6b52c208b Merge cff6592c4e into 0b994346fe 2024-03-11 12:56:12 -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]
```