summaryrefslogtreecommitdiff
path: root/doc/standard_library.rdoc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-11 21:15:25 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-11 21:15:25 +0900
commitd1851ba5b9336d01b5207e7d9a483e698c049dd0 (patch)
tree375ea75dc47687a4c5b45f59c0115c48f2c3957a /doc/standard_library.rdoc
parent2f24818319154bcd6fbc422f2f5d46cdd1f9a5c2 (diff)
Promote securerandom to default gems
Diffstat (limited to 'doc/standard_library.rdoc')
-rw-r--r--doc/standard_library.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index f3dd1da13e..8942a9dc34 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -17,7 +17,6 @@ RbConfig:: Information of your configure and build of Ruby
resolv-replace.rb:: Replace Socket DNS with Resolv
Resolv:: Thread-aware DNS resolver library in Ruby
Gem:: Package management framework for Ruby
-SecureRandom:: Interface for secure random number generator
Time:: Extends the Time class with methods for parsing and conversion
un.rb:: Utilities to replace common UNIX commands
@@ -71,6 +70,7 @@ PStore:: Implements a file based persistence mechanism based on a Hash
Racc:: A LALR(1) parser generator written in Ruby.
RDoc:: Produces HTML and command-line documentation for Ruby
Rinda:: The Linda distributed computing paradigm in Ruby
+SecureRandom:: Interface for secure random number generator
Set:: Provides a class to deal with collections of unordered, unique values
Shellwords:: Manipulates strings with word parsing rules of UNIX Bourne shell
Singleton:: Implementation of the Singleton pattern for Ruby