io.c: [DOC] add missing $

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57977 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2017-03-15 00:59:32 +00:00
parent 666df14594
commit 8bc0729857

2
io.c
View File

@ -7187,7 +7187,7 @@ io_puts_ary(VALUE ary, VALUE out, int recur)
*
* 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")
*