1
0
Fork 0
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:
git 2021-10-06 00:40:54 +09:00
parent c6706f15af
commit 1bf3f3f4da

View file

@ -3209,7 +3209,7 @@ rb_str_concat_multi(int argc, VALUE *argv, VALUE str)
/*
* call-seq:
* string << object -> string
* string << object -> string
*
* Concatenates +object+ to +self+ and returns +self+:
*