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
commit5edfeaa0f2f3f4f2f6498aef0db89a97db272098 (patch)
tree0c83d985a94357b858cb6f9f8d25d045bbabcfc5 /thread_sync.c
parentf50285a6eeeee7458f0bbd78611fdd83a175c464 (diff)
downloadruby-5edfeaa0f2f3f4f2f6498aef0db89a97db272098.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.
*