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

ruby-changes:12857

From: akr <ko1@a...>
Date: Thu, 20 Aug 2009 05:21:57 +0900 (JST)
Subject: [ruby-changes:12857] Ruby:r24589 (trunk): rdoc update.

akr	2009-08-20 05:21:19 +0900 (Thu, 20 Aug 2009)

  New Revision: 24589

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

  Log:
    rdoc update.

  Modified files:
    trunk/lib/securerandom.rb

Index: lib/securerandom.rb
===================================================================
--- lib/securerandom.rb	(revision 24588)
+++ lib/securerandom.rb	(revision 24589)
@@ -228,6 +228,7 @@
   # SecureRandom.uuid generates a v4 random UUID (Universally Unique IDentifier).
   #
   #   p SecureRandom.uuid #=> "2d931510-d99f-494a-8c67-87feb05e1594"
+  #   p SecureRandom.uuid #=> "bad85eb9-0713-4da7-8d36-07a8e4b00eab"
   #   p SecureRandom.uuid #=> "62936e70-1815-439b-bf89-8492855a7e6b"
   #
   # The version 4 UUID is purely random (except the version).

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

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