aboutsummaryrefslogtreecommitdiffstats
path: root/thread_sync.c
diff options
context:
space:
mode:
authorsho-h <sho-h@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-04 06:38:26 +0000
committersho-h <sho-h@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-04 06:38:26 +0000
commit571fb5b687c3435d19ab2480b7fe05998d573cc3 (patch)
tree0c83d985a94357b858cb6f9f8d25d045bbabcfc5 /thread_sync.c
parent1c8b8173bee3804d72e0940fb0e2b95782ea01b9 (diff)
downloadruby-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.c2
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.
*