summaryrefslogtreecommitdiff
path: root/doc/standard_library.rdoc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-06 11:29:51 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-07 07:16:26 +0900
commit91135f6d2900b1b8ae41998a921b6382ebba395c (patch)
tree8072672d3572151d699c49d70a3852af46be8a87 /doc/standard_library.rdoc
parent40e161a61238625e1ef021311759b2159be5b50a (diff)
Promote singleton 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 975bc39f94..7517c3e288 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -41,7 +41,6 @@ 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
-Singleton:: Implementation of the Singleton pattern for Ruby
Tempfile:: A utility class for managing temporary files
Time:: Extends the Time class with methods for parsing and conversion
Timeout:: Auto-terminate potentially long-running operations in Ruby
@@ -87,6 +86,7 @@ Racc:: A LALR(1) parser generator written in Ruby.
RDoc:: Produces HTML and command-line documentation for Ruby
REXML:: An XML toolkit for Ruby
RSS:: Family of libraries that support various formats of XML "feeds"
+Singleton:: Implementation of the Singleton pattern for Ruby
Tracer:: Outputs a source level execution trace of a Ruby program
WEBrick:: An HTTP server toolkit for Ruby