mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces. [ci skip]
This commit is contained in:
parent
c6706f15af
commit
1bf3f3f4da
1 changed files with 1 additions and 1 deletions
2
string.c
2
string.c
|
@ -3209,7 +3209,7 @@ rb_str_concat_multi(int argc, VALUE *argv, VALUE str)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* string << object -> string
|
* string << object -> string
|
||||||
*
|
*
|
||||||
* Concatenates +object+ to +self+ and returns +self+:
|
* Concatenates +object+ to +self+ and returns +self+:
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue