aboutsummaryrefslogtreecommitdiffstats
path: root/doc/standard_library.rdoc
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-17 12:21:29 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-17 12:21:29 +0000
commite749134f0a38fca202aacc0ff65db882646749c2 (patch)
tree6fc116a3afc76b4d694853be1ee6941c8c2afab2 /doc/standard_library.rdoc
parentc982cbd16a97e74be42463580c8dea0c1c4bb280 (diff)
downloadruby-e749134f0a38fca202aacc0ff65db882646749c2.tar.gz
Promote Synchronizer to default gems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63987 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 4522c4dfa1..5c1e2dc4c3 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -50,7 +50,6 @@ Set:: Provides a class to deal with collections of unordered, unique values
Shell:: An idiomatic Ruby interface for common UNIX shell commands
Shellwords:: Manipulates strings with word parsing rules of UNIX Bourne shell
Singleton:: Implementation of the Singleton pattern for Ruby
-Synchronizer:: A module that provides a two-phase lock with a counter
Tempfile:: A utility class for managing temporary files
ThreadsWait:: Watches for termination of multiple threads
Time:: Extends the Time class with methods for parsing and conversion
@@ -95,6 +94,7 @@ 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"
Scanf:: A Ruby implementation of the C function scanf(3)
+Synchronizer:: A module that provides a two-phase lock with a counter
WEBrick:: An HTTP server toolkit for Ruby
== Extensions