summaryrefslogtreecommitdiff
path: root/doc/standard_library.rdoc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-18 21:09:07 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-19 08:26:47 +0900
commit70b8bdbc90cb39938e1b5bae9f1abc2af91ba58b (patch)
tree03db8ea33e61ffee0bd875564d8ef76f04b11095 /doc/standard_library.rdoc
parent16854c95c2d6e47d06c12d0569aa46b49160839f (diff)
Removed sdbm entries from doc
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3234
Diffstat (limited to 'doc/standard_library.rdoc')
-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 eadc1c18d2..175c70cf1e 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -102,7 +102,6 @@ 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
Readline:: Provides an interface for GNU Readline and Edit Line (libedit)
-SDBM:: Provides a simple file-based key-value store with String keys and values
StringIO:: Pseudo I/O on String objects
StringScanner:: Provides lexical scanning operations on a String
Zlib:: Ruby interface for the zlib compression/decompression library