mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fd7ac9f3c9
commit
8bf9687e6c
1 changed files with 1 additions and 1 deletions
|
@ -717,7 +717,7 @@ queue_do_push(VALUE self, VALUE obj)
|
|||
* ClosedQueueError is inherited from StopIteration, so that you can break loop block.
|
||||
*
|
||||
* Example:
|
||||
*
|
||||
*
|
||||
* q = Queue.new
|
||||
* Thread.new{
|
||||
* while e = q.deq # wait for nil to break loop
|
||||
|
|
Loading…
Reference in a new issue