mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
[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>
1 changed files with 3 additions and 1 deletions
4
string.c
4
string.c
|
@ -3601,7 +3601,9 @@ rb_str_freeze(VALUE str)
|
|||
* without warning issuance.
|
||||
*
|
||||
* Otherwise returns <tt>self.dup</tt>, which is not frozen.
|
||||
*/
|
||||
*
|
||||
* Related: see {Freezing/Unfreezing}[rdoc-ref:String@Freezing-2FUnfreezing].
|
||||
s */
|
||||
static VALUE
|
||||
str_uplus(VALUE str)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue