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:
parent
8279699592
commit
6265a1a7b0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue