Fix documentation for Module#ruby2_keywords

It returns nil, not self.

Fixes [Bug #17560]
This commit is contained in:
Jeremy Evans 2021-02-09 14:47:36 -08:00
Родитель 189bf0106f
Коммит 49d3830f44
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2129,7 +2129,7 @@ rb_mod_private(int argc, VALUE *argv, VALUE module)
/*
* call-seq:
* ruby2_keywords(method_name, ...) -> self
* ruby2_keywords(method_name, ...) -> nil
*
* For the given method names, marks the method as passing keywords through
* a normal argument splat. This should only be called on methods that