aboutsummaryrefslogtreecommitdiffstats
path: root/lib/securerandom.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-19 20:21:19 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-19 20:21:19 +0000
commitfb99416115e8e48e6ac8aefefa6221cf572024ad (patch)
treed1d0b52e140351333337e933a5c1888013817734 /lib/securerandom.rb
parent0c0f75440092adc29c5b6edac00ded1899c67805 (diff)
downloadruby-fb99416115e8e48e6ac8aefefa6221cf572024ad.tar.gz
rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/securerandom.rb')
-rw-r--r--lib/securerandom.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/securerandom.rb b/lib/securerandom.rb
index e1799c0c09..fe0e005554 100644
--- a/lib/securerandom.rb
+++ b/lib/securerandom.rb
@@ -228,6 +228,7 @@ module SecureRandom
# 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).