зеркало из https://github.com/github/ruby.git
[DOC] Add parentheses in call-seq for String#include?
This commit is contained in:
Родитель
8916b81bf4
Коммит
5aba5f0454
2
string.c
2
string.c
|
@ -6501,7 +6501,7 @@ rb_str_reverse_bang(VALUE str)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* include? other_string -> true or false
|
* include?(other_string) -> true or false
|
||||||
*
|
*
|
||||||
* Returns +true+ if +self+ contains +other_string+, +false+ otherwise:
|
* Returns +true+ if +self+ contains +other_string+, +false+ otherwise:
|
||||||
*
|
*
|
||||||
|
|
Загрузка…
Ссылка в новой задаче