aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-09-20 14:21:04 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-09-20 14:21:04 +0900
commit9d25c652a98f0a5bc552f81846c6dc975dc2f307 (patch)
tree7a85ba3a4e74eae340d03fa7c08d208baccb7b81 /doc
parent37c083942509dd7e0d8b7ccd3575936a2017c400 (diff)
downloadruby-9d25c652a98f0a5bc552f81846c6dc975dc2f307.tar.gz
Removed ThreadsWait from the ruby repository
Diffstat (limited to 'doc')
-rw-r--r--doc/standard_library.rdoc1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 74567d016b..975bc39f94 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -87,7 +87,6 @@ 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"
-ThreadsWait:: Watches for termination of multiple threads
Tracer:: Outputs a source level execution trace of a Ruby program
WEBrick:: An HTTP server toolkit for Ruby