This commit is contained in:
furunkel 2021-11-11 16:34:24 +01:00 коммит произвёл Nobuyoshi Nakada
Родитель 7d55f1b6b6
Коммит 1dcfcb6bc5
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -450,7 +450,7 @@ you may rely on:
To specify whether keyword arguments are passed when calling super:
VALUE rb_call_super(int argc, const VALUE *argv, int kw_splat)
VALUE rb_call_super_kw(int argc, const VALUE *argv, int kw_splat)
+kw_splat+ can have these possible values (used by all methods that accept
+kw_splat+ argument):