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.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index d3114356d6..104a5cebab 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -85,7 +85,6 @@ Pathname:: Representation of the name of a file or directory on the filesystem
PTY:: Creates and manages pseudo terminals
Readline:: Provides an interface for GNU Readline and Edit Line (libedit)
Ripper:: Provides an interface for parsing Ruby programs into S-expressions
-SDBM:: Provides a simple file-based key-value store with String keys and values
Socket:: Access underlying OS socket implementations
StringIO:: Pseudo I/O on String objects
Syslog:: Ruby interface for the POSIX system logging facility
@@ -115,6 +114,7 @@ IO::console:: Console interface
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
+SDBM:: Provides a simple file-based key-value store with String keys and values
StringScanner:: Provides lexical scanning operations on a String
Zlib:: Ruby interface for the zlib compression/decompression library