diff options
| author | BurdetteLamar <burdettelamar@yahoo.com> | 2025-10-22 20:12:49 +0100 |
|---|---|---|
| committer | Peter Zhu <peter@peterzhu.ca> | 2025-10-22 18:13:58 -0400 |
| commit | d4ea1686b5f7989c241511bed4760dc384ff7b54 (patch) | |
| tree | e74f69f4fbfe5f364cbc0c25ec7e39c2bf3a37b5 /string.c | |
| parent | f9338a95afbde65f33c7d8af0d3dc361b727ed4c (diff) | |
[DOC] Tweaks for String#split
Diffstat (limited to 'string.c')
| -rw-r--r-- | string.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9192,7 +9192,7 @@ literal_split_pattern(VALUE spat, split_type_t default_type) /* * call-seq: - * split(field_sep = $;, limit = 0) -> array + * split(field_sep = $;, limit = 0) -> array_of_substrings * split(field_sep = $;, limit = 0) {|substring| ... } -> self * * :include: doc/string/split.rdoc |
