diff options
| author | BurdetteLamar <burdettelamar@yahoo.com> | 2025-10-24 23:24:17 +0100 |
|---|---|---|
| committer | Peter Zhu <peter@peterzhu.ca> | 2025-10-26 15:04:28 -0400 |
| commit | 9e49ee7937836875cc362fa4c948803e5da665c7 (patch) | |
| tree | 06b30db27526160945b336fbbd48f61a26160805 | |
| parent | 5c683bd9b35212dc6d4970ca3a842e175ef0c203 (diff) | |
[DOC] Tweaks for String#succ!
| -rw-r--r-- | string.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5420,7 +5420,9 @@ str_succ(VALUE str) * call-seq: * succ! -> self * - * Equivalent to String#succ, but modifies +self+ in place; returns +self+. + * Like String#succ, but modifies +self+ in place; returns +self+. + * + * Related: see {Modifying}[rdoc-ref:String@Modifying]. */ static VALUE |
