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

ruby-changes:27467

From: zzak <ko1@a...>
Date: Wed, 27 Feb 2013 12:53:48 +0900 (JST)
Subject: [ruby-changes:27467] zzak:r39519 (trunk): thread.c (rb_thread_group): rdoc formatting

zzak	2013-02-27 12:53:13 +0900 (Wed, 27 Feb 2013)

  New Revision: 39519

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39519

  Log:
    thread.c (rb_thread_group): rdoc formatting

  Modified files:
    trunk/ChangeLog
    trunk/thread.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 39518)
+++ ChangeLog	(revision 39519)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Wed Feb 27 12:53:00 2013  Zachary Scott  <zachary@z...>
+
+	* thread.c (rb_thread_group): rdoc formatting
+
 Wed Feb 27 12:33:00 2013  Zachary Scott  <zachary@z...>
 
 	* lib/ostruct.rb: Typo in OpenStruct overview [Github Fixes #251]
Index: thread.c
===================================================================
--- thread.c	(revision 39518)
+++ thread.c	(revision 39519)
@@ -2453,8 +2453,8 @@ rb_thread_abort_exc_set(VALUE thread, VA https://github.com/ruby/ruby/blob/trunk/thread.c#L2453
  *  call-seq:
  *     thr.group   -> thgrp or nil
  *
- *  Returns the <code>ThreadGroup</code> which contains <i>thr</i>, or nil if
- *  the thread is not a member of any group.
+ *  Returns the ThreadGroup which contains the given thread, or returns +nil+
+ *  if +thr+ is not a member of any group.
  *
  *     Thread.main.group   #=> #<ThreadGroup:0x4029d914>
  */

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

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