1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Enhanced RDoc for String#succ! (#3596)

* Enhanced RDoc for String#succ!
This commit is contained in:
Burdette Lamar 2020-09-28 11:58:39 -05:00 committed by GitHub
parent d598654c74
commit 0555bd8435
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: git 2020-09-29 01:59:05 +09:00
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>

View file

@ -4310,10 +4310,11 @@ str_succ(VALUE str)
/*
* call-seq:
* str.succ! -> str
* str.next! -> str
* string.succ! -> self
*
* Equivalent to String#succ, but modifies the receiver in place.
* Equivalent to String#succ, but modifies +self+ in place; returns +self+.
*
* String#next! is an alias for String#succ!.
*/
static VALUE