зеркало из https://github.com/github/ruby.git
[DOC] Correct call-seq directive in string.c (#6131)
Correct call-seq directive in string.c
This commit is contained in:
Родитель
d5c5fcb80a
Коммит
081bd061a8
2
string.c
2
string.c
|
@ -8613,7 +8613,7 @@ literal_split_pattern(VALUE spat, split_type_t default_type)
|
|||
}
|
||||
|
||||
/*
|
||||
* :call-seq:
|
||||
* call-seq:
|
||||
* split(field_sep = $;, limit = nil) -> array
|
||||
* split(field_sep = $;, limit = nil) {|substring| ... } -> self
|
||||
*
|
||||
|
|
Загрузка…
Ссылка в новой задаче