diff options
| author | Burdette Lamar <BurdetteLamar@Yahoo.com> | 2025-10-21 15:48:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-21 16:48:11 -0400 |
| commit | cb52809ca124cb627293a666e8cbb44e031eeec1 (patch) | |
| tree | fe3453544c03c9dc4eeca78060b25e2c5a33226e /string.c | |
| parent | 862b42a52cd59ca406db40cf47e98fa107c97fd1 (diff) | |
[DOC] Tweaks for String#scrub (#14892)
Diffstat (limited to 'string.c')
| -rw-r--r-- | string.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11911,8 +11911,8 @@ enc_str_scrub(rb_encoding *enc, VALUE str, VALUE repl, int cr) /* * call-seq: - * scrub(replacement_string = default_replacement) -> new_string - * scrub{|bytes| ... } -> new_string + * scrub(replacement_string = default_replacement_string) -> new_string + * scrub{|sequence| ... } -> new_string * * :include: doc/string/scrub.rdoc * |
