This commit is contained in:
Marcus Wyatt
2024-05-21 10:06:13 +05:30
committed by GitHub
@@ -21,5 +21,7 @@ at the same time when you call
```ruby ```ruby
list = [3,7,4,15,9,1,2] list = [3,7,4,15,9,1,2]
list.minmax
#=> [1,15] #=> [1,15]
``` ```