ruby-changes:48216
From: nobu <ko1@a...>
Date: Sun, 22 Oct 2017 09:00:47 +0900 (JST)
Subject: [ruby-changes:48216] nobu:r60331 (trunk): string.c: comment layout [ci skip]
nobu 2017-10-22 09:00:41 +0900 (Sun, 22 Oct 2017) New Revision: 60331 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60331 Log: string.c: comment layout [ci skip] Modified files: trunk/string.c Index: string.c =================================================================== --- string.c (revision 60330) +++ string.c (revision 60331) @@ -2949,7 +2949,7 @@ rb_str_concat_literals(size_t num, const https://github.com/ruby/ruby/blob/trunk/string.c#L2949 * 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. * @@ -2980,7 +2980,7 @@ rb_str_concat_multi(int argc, VALUE *arg https://github.com/ruby/ruby/blob/trunk/string.c#L2980 return str; } - /* +/* * call-seq: * str << obj -> str * str << integer -> str -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/