summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-01 12:59:59 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-01 12:59:59 +0000
commit4ca8057c3e0f511274a7810ec0eadec9c16be44d (patch)
tree9f0963047ad242c85c1923b83807cb55f2b5568f /lib
parentaa2b22bba288a06b8faea3180613e896a8b3f084 (diff)
rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22697 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/securerandom.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/securerandom.rb b/lib/securerandom.rb
index 720c883adf..b1477aa5b1 100644
--- a/lib/securerandom.rb
+++ b/lib/securerandom.rb
@@ -215,7 +215,7 @@ module SecureRandom
end
end
- # SecureRandom.uuid generates a v4 random UUID.
+ # SecureRandom.uuid generates a v4 random UUID (Universally Unique IDentifier).
#
# p SecureRandom.uuid #=> "2d931510-d99f-494a-8c67-87feb05e1594"
# p SecureRandom.uuid #=> "62936e70-1815-439b-bf89-8492855a7e6b"