summaryrefslogtreecommitdiff
path: root/doc/standard_library.rdoc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-05-10 09:52:33 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-05-10 09:52:33 +0900
commit507801c6d782d5708aabdccdb6799768beacffc4 (patch)
tree14de5a17567f3e1c6a03c94e0e481b670835e2f8 /doc/standard_library.rdoc
parente1c84e8ee6a3a7d50ba726c18ea99395aa0bf4ce (diff)
downloadruby-507801c6d782d5708aabdccdb6799768beacffc4.tar.gz
ext/readline is retired
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 7ff6a1f8af..e290a5b0f0 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -98,7 +98,6 @@ OpenSSL:: Provides SSL, TLS and general purpose cryptography for Ruby
Pathname:: Representation of the name of a file or directory on the filesystem
Psych:: A YAML parser and emitter for Ruby
Racc:: A LALR(1) parser generator written in Ruby.
-Readline:: Provides an interface for GNU Readline and Edit Line (libedit)
StringIO:: Pseudo I/O on String objects
StringScanner:: Provides lexical scanning operations on a String
Syslog:: Ruby interface for the POSIX system logging facility