[DOC] Add parentheses in call-seq for String#include?

This commit is contained in:
Peter Zhu 2024-01-02 19:19:12 -05:00
Родитель 8916b81bf4
Коммит 5aba5f0454
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -6501,7 +6501,7 @@ rb_str_reverse_bang(VALUE str)
/*
* call-seq:
* include? other_string -> true or false
* include?(other_string) -> true or false
*
* Returns +true+ if +self+ contains +other_string+, +false+ otherwise:
*