回答編集履歴

1

min, max メソッドのドキュメント リンクを追加

2019/07/21 13:34

投稿

gouf
gouf

スコア2321

test CHANGED
@@ -63,3 +63,7 @@
63
63
  * [Class: Array#new (Ruby 2.6.3)](https://ruby-doc.org/core-2.6.3/Array.html#method-c-new)
64
64
 
65
65
  * [instance method Array#sum (Ruby 2.6.0)](https://docs.ruby-lang.org/ja/latest/method/Array/i/sum.html)
66
+
67
+ * [class Array#min (Ruby 2.6.0)](https://docs.ruby-lang.org/ja/latest/class/Array.html#I_MIN)
68
+
69
+ * [class Array#max (Ruby 2.6.0)](https://docs.ruby-lang.org/ja/latest/class/Array.html#I_MAX)