From 571fb5b687c3435d19ab2480b7fe05998d573cc3 Mon Sep 17 00:00:00 2001 From: sho-h Date: Mon, 4 Jan 2016 06:38:26 +0000 Subject: 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 --- thread_sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thread_sync.c') 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. * -- cgit v1.2.3