aboutsummaryrefslogtreecommitdiffstats
path: root/doc/standard_library.rdoc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-07-30 21:10:28 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-07-30 21:10:28 +0900
commitd75b42a70aa4c4ceed3f4d71a51aba3586ebbf2e (patch)
tree4762e977f6e1fe272a828803e87f7fd3447328cc /doc/standard_library.rdoc
parentec1ab1d46542a5332b887b750f694836fd5e44b9 (diff)
downloadruby-d75b42a70aa4c4ceed3f4d71a51aba3586ebbf2e.tar.gz
Promote io-wait to the default gems
Diffstat (limited to 'doc/standard_library.rdoc')
-rw-r--r--doc/standard_library.rdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 0d1e87a558..fba8a29f84 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -98,6 +98,7 @@ Fcntl:: Loads constants defined in the OS fcntl.h C header file
Fiddle:: A libffi wrapper for Ruby
GDBM:: Ruby extension for the GNU dbm (gdbm) library
IO::console:: Console interface
+IO::wait::
JSON:: Implements Javascript Object Notation for Ruby
OpenSSL:: Provides SSL, TLS and general purpose cryptography for Ruby
Psych:: A YAML parser and emitter for Ruby