From 6265a1a7b0129bb105cefc60d49d57fcacec4aa4 Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 22 Dec 2017 03:35:54 +0000 Subject: [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 --- ext/stringio/stringio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c index d6c55450df..f537054b5d 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -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 -- cgit v1.2.3