aboutsummaryrefslogtreecommitdiffstats
path: root/doc/standard_library.rdoc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-08-20 12:39:11 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-08-20 12:39:11 +0900
commit8a40e9b5a20314a509c8caaadce19a0b52680419 (patch)
tree2238c3950eec85dfa2be3c358d021c107501c919 /doc/standard_library.rdoc
parenteae7aef02029ee546c0829510618a70a3721c479 (diff)
downloadruby-8a40e9b5a20314a509c8caaadce19a0b52680419.tar.gz
Promote set 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 e039cb128a..df677b7b55 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -24,7 +24,6 @@ Resolv:: Thread-aware DNS resolver library in Ruby
Rinda:: The Linda distributed computing paradigm in Ruby
Gem:: Package management framework for 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
Time:: Extends the Time class with methods for parsing and conversion
TSort:: Topological sorting using Tarjan's algorithm
@@ -76,6 +75,7 @@ Prime:: Prime numbers and factorization library
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
+Set:: Provides a class to deal with collections of unordered, unique values
Singleton:: Implementation of the Singleton pattern for Ruby
Tempfile:: A utility class for managing temporary files
Timeout:: Auto-terminate potentially long-running operations in Ruby