This commit is contained in:
Burdette Lamar 2024-10-02 08:15:25 -05:00 коммит произвёл GitHub
Родитель c1d6d55f5a
Коммит e41e4bacb1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -2970,14 +2970,15 @@ inspect_ary(VALUE ary, VALUE dummy, int recur)
/*
* call-seq:
* array.inspect -> new_string
* inspect -> new_string
*
* Returns the new String formed by calling method <tt>#inspect</tt>
* Returns the new string formed by calling method <tt>#inspect</tt>
* on each array element:
*
* a = [:foo, 'bar', 2]
* a.inspect # => "[:foo, \"bar\", 2]"
*
* Related: see {Methods for Querying}[rdoc-ref:Array@Methods+for+Querying].
*/
static VALUE