Enhanced RDoc for String#succ! (#3596)
* Enhanced RDoc for String#succ!
This commit is contained in:
parent
d598654c74
commit
0555bd8435
Notes:
git
2020-09-29 01:59:05 +09:00
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
7
string.c
7
string.c
@ -4310,10 +4310,11 @@ str_succ(VALUE str)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* str.succ! -> str
|
* string.succ! -> self
|
||||||
* str.next! -> str
|
|
||||||
*
|
*
|
||||||
* 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
|
static VALUE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user