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

ruby-changes:12998

From: nobu <ko1@a...>
Date: Fri, 4 Sep 2009 04:50:00 +0900 (JST)
Subject: [ruby-changes:12998] Ruby:r24743 (trunk): * random.c (random_rand): fixed rdoc.

nobu	2009-09-04 04:49:43 +0900 (Fri, 04 Sep 2009)

  New Revision: 24743

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

  Log:
    * random.c (random_rand): fixed rdoc.  [ruby-core:25332]

  Modified files:
    trunk/ChangeLog
    trunk/random.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 24742)
+++ ChangeLog	(revision 24743)
@@ -1,3 +1,7 @@
+Fri Sep  4 04:49:39 2009  Nobuyoshi Nakada  <nobu@r...>
+
+	* random.c (random_rand): fixed rdoc.  [ruby-core:25332]
+
 Fri Sep  4 04:46:08 2009  Nobuyoshi Nakada  <nobu@r...>
 
 	* lib/webrick/httpservlet/abstract.rb (do_OPTIONS): method names
Index: random.c
===================================================================
--- random.c	(revision 24742)
+++ random.c	(revision 24743)
@@ -957,7 +957,7 @@
  *
  * When the argument is an +Integer+ or a +Bignum+, it returns a
  * random integer greater than or equal to zero and less than the
- * argument.  Unlike Random#rand, when the argument is a negative
+ * argument.  Unlike Random.rand, when the argument is a negative
  * integer or zero, it raises an ArgumentError.
  *
  * When the argument is a +Float+, it returns a random floating point

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

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