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:
parent
666df14594
commit
8bc0729857
2
io.c
2
io.c
@ -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")
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user