aboutsummaryrefslogtreecommitdiffstats
path: root/doc/standard_library.rdoc
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-02-24 07:55:50 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-02-24 07:55:50 +0000
commite67995caa8e78d216466fafe183a82430ede021d (patch)
tree72f69104e9eddee764e9d9a127fc791b1e7e9b09 /doc/standard_library.rdoc
parent716dffa7daa3609dbcd6eb029d9445b2f50d8aab (diff)
downloadruby-e67995caa8e78d216466fafe183a82430ede021d.tar.gz
Update maintainers and standard library docs for GDBM.
[Feature #13248][ruby-core:79742] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/standard_library.rdoc')
-rw-r--r--doc/standard_library.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index f1a375df47..8b6fe79ba7 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -79,7 +79,6 @@ Coverage:: Provides coverage measurement for Ruby
Digest:: Provides a framework for message digest libraries
Etc:: Provides access to information typically stored in UNIX /etc directory
Fiddle:: A libffi wrapper for Ruby
-GDBM:: Ruby extension for the GNU dbm (gdbm) library
IO:: Extensions for Ruby IO class, including #wait and ::console
NKF:: Ruby extension for Network Kanji Filter
objspace:: Extends ObjectSpace module to add methods for internal statistics
@@ -111,6 +110,7 @@ Date:: A subclass of Object includes Comparable module for handling dates
DateTime:: Subclass of Date to handling dates, hours, minutes, seconds, offsets
DBM:: Provides a wrapper for the UNIX-style Database Manager Library
Fcntl:: Loads constants defined in the OS fcntl.h C header file
+GDBM:: Ruby extension for the GNU dbm (gdbm) library
IO::console:: Console interface
JSON:: Implements Javascript Object Notation for Ruby
OpenSSL:: Provides SSL, TLS and general purpose cryptography for Ruby