summaryrefslogtreecommitdiff
path: root/doc/standard_library.rdoc
diff options
context:
space:
mode:
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