summaryrefslogtreecommitdiff
path: root/doc/standard_library.rdoc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-07-30 21:21:08 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-07-30 21:21:08 +0900
commit2bd1f827f14e06575e128a5e4928cee79592e61b (patch)
treeda0111d354bcb479bf2c1daefe93e89b1acf12d3 /doc/standard_library.rdoc
parentd75b42a70aa4c4ceed3f4d71a51aba3586ebbf2e (diff)
Promote io-nonblock to the default gems.
Diffstat (limited to 'doc/standard_library.rdoc')
-rw-r--r--doc/standard_library.rdoc4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index fba8a29f84..e039cb128a 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -34,7 +34,6 @@ un.rb:: Utilities to replace common UNIX commands
Coverage:: Provides coverage measurement for Ruby
Digest:: Provides a framework for message digest libraries
-IO:: Extensions for Ruby IO class, including #wait and ::console
Monitor:: Provides an object or module to use safely by more than one thread
NKF:: Ruby extension for Network Kanji Filter
objspace:: Extends ObjectSpace module to add methods for internal statistics
@@ -97,8 +96,7 @@ Etc:: Provides access to information typically stored in UNIX /etc directory
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::
+IO:: Extensions for Ruby IO class, including #wait, #nonblock and ::console
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