summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.rdoc4
-rw-r--r--doc/standard_library.rdoc2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index ee7dcd312e..344ed677fe 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -123,8 +123,6 @@ Zachary Scott (zzak)
Akinori MUSHA (knu)
[lib/singleton.rb]
Yukihiro Matsumoto (matz)
-[lib/sync.rb]
- Keiju ISHITSUKA (keiju)
[lib/tempfile.rb]
_unmaintained_
[lib/tmpdir.rb]
@@ -223,6 +221,8 @@ Zachary Scott (zzak)
[lib/scanf.rb]
David A. Black (dblack)
https://github.com/ruby/scanf
+[lib/sync.rb]
+ Keiju ISHITSUKA (keiju)
[lib/webrick.rb, lib/webrick/*]
Eric Wong (normalperson)
https://bugs.ruby-lang.org/
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