[DOC] Tweak for String#+@ (#13285)
This commit is contained in:
parent
311b9352a1
commit
bc6d48bd34
Notes:
git
2025-05-12 14:16:51 +00:00
Merged-By: peterzhu2118 <peter@peterzhu.ca>
4
string.c
4
string.c
@ -3601,7 +3601,9 @@ rb_str_freeze(VALUE str)
|
|||||||
* without warning issuance.
|
* without warning issuance.
|
||||||
*
|
*
|
||||||
* Otherwise returns <tt>self.dup</tt>, which is not frozen.
|
* Otherwise returns <tt>self.dup</tt>, which is not frozen.
|
||||||
*/
|
*
|
||||||
|
* Related: see {Freezing/Unfreezing}[rdoc-ref:String@Freezing-2FUnfreezing].
|
||||||
|
s */
|
||||||
static VALUE
|
static VALUE
|
||||||
str_uplus(VALUE str)
|
str_uplus(VALUE str)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user