ruby-changes:45904
From: kazu <ko1@a...>
Date: Wed, 15 Mar 2017 09:59:39 +0900 (JST)
Subject: [ruby-changes:45904] kazu:r57977 (trunk): io.c: [DOC] add missing `$`
kazu 2017-03-15 09:59:32 +0900 (Wed, 15 Mar 2017) New Revision: 57977 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=57977 Log: io.c: [DOC] add missing `$` Modified files: trunk/io.c Index: io.c =================================================================== --- io.c (revision 57976) +++ io.c (revision 57977) @@ -7187,7 +7187,7 @@ io_puts_ary(VALUE ary, VALUE out, int re https://github.com/ruby/ruby/blob/trunk/io.c#L7187 * * If called with an array argument, writes each element on a new line. * If called without arguments, outputs a single newline. - * This doesn't affect $/. ($RS or INPUT_RECORD_SEPARATOR in English.rb) + * This doesn't affect $/. ($RS or $INPUT_RECORD_SEPARATOR in English.rb) * * $stdout.puts("this", "is", "a", "test") * -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/