mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
84616bf979
commit
4b8c94dd84
1 changed files with 1 additions and 1 deletions
2
string.c
2
string.c
|
@ -2949,7 +2949,7 @@ rb_str_concat_literals(size_t num, const VALUE *strary)
|
|||
* Concatenates the given object(s) to <i>str</i>. If an object is an
|
||||
* <code>Integer</code>, it is considered a codepoint and converted
|
||||
* to a character before concatenation.
|
||||
|
||||
|
||||
* +concat+ can take multiple arguments, and all the arguments are concatenated
|
||||
* in order. See String#<<, which takes a single argument.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue