1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
sho-h 2016-01-04 06:38:26 +00:00
parent 1c8b8173be
commit 571fb5b687
2 changed files with 6 additions and 1 deletions

View file

@ -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.
*