diff options
author | sho-h <sho-h@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-01-04 06:38:26 +0000 |
---|---|---|
committer | sho-h <sho-h@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-01-04 06:38:26 +0000 |
commit | 571fb5b687c3435d19ab2480b7fe05998d573cc3 (patch) | |
tree | 0c83d985a94357b858cb6f9f8d25d045bbabcfc5 /thread_sync.c | |
parent | 1c8b8173bee3804d72e0940fb0e2b95782ea01b9 (diff) | |
download | bundler-571fb5b687c3435d19ab2480b7fe05998d573cc3.tar.gz |
thread_sync.c: [DOC] remove SizedQueue#close argument. [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread_sync.c')
-rw-r--r-- | thread_sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thread_sync.c b/thread_sync.c index e270b12538..9ac28a9aa0 100644 --- a/thread_sync.c +++ b/thread_sync.c @@ -917,7 +917,7 @@ rb_szqueue_initialize(VALUE self, VALUE vmax) /* * Document-method: SizedQueue#close * call-seq: - * close(exception=false) + * close * * Similar to Queue#close. * |