1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[DOC] StringIO#write accepts multiple arguments since r60377 [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61407 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2017-12-22 03:35:54 +00:00
parent 8279699592
commit 6265a1a7b0

View file

@ -1248,8 +1248,8 @@ strio_readlines(int argc, VALUE *argv, VALUE self)
/*
* call-seq:
* strio.write(string) -> integer
* strio.syswrite(string) -> integer
* strio.write(string, ...) -> integer
* strio.syswrite(string) -> integer
*
* Appends the given string to the underlying buffer string of *strio*.
* The stream must be opened for writing. If the argument is not a