[前][次][番号順一覧][スレッド一覧]

ruby-changes:46397

From: normal <ko1@a...>
Date: Sun, 30 Apr 2017 18:06:44 +0900 (JST)
Subject: [ruby-changes:46397] normal:r58511 (trunk): thread_sync.c: document SizedQueue#clear correctly [ci skip]

normal	2017-04-30 18:06:39 +0900 (Sun, 30 Apr 2017)

  New Revision: 58511

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58511

  Log:
    thread_sync.c: document SizedQueue#clear correctly [ci skip]
    
    * thread_sync.c (rb_szqueue_clear): fix class name in RDoc

  Modified files:
    trunk/thread_sync.c
Index: thread_sync.c
===================================================================
--- thread_sync.c	(revision 58510)
+++ thread_sync.c	(revision 58511)
@@ -1066,7 +1066,7 @@ rb_szqueue_pop(int argc, VALUE *argv, VA https://github.com/ruby/ruby/blob/trunk/thread_sync.c#L1066
 }
 
 /*
- * Document-method: Queue#clear
+ * Document-method: SizedQueue#clear
  *
  * Removes all objects from the queue.
  */

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]