summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-06-21 20:38:42 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-06-21 20:38:42 +0900
commit441cfa966c719c6b1d1c70fcb50d589ea4a25dfd (patch)
treeab2277c63d7cb3bbb5fe8ce736c4e6710a9fa361 /doc
parent641a73290963854308880e98b7037967d668e1ba (diff)
Added reline entry to standard_library doc
Diffstat (limited to 'doc')
-rw-r--r--doc/standard_library.rdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 909d308d55..a92521db16 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -53,6 +53,7 @@ OpenURI:: An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP
PP:: Provides a PrettyPrinter for Ruby objects
PrettyPrinter:: Implements a pretty printing algorithm for readable structure
PStore:: Implements a file based persistence mechanism based on a Hash
+Reline:: GNU Readline and Editline by pure Ruby implementation.
Resolv:: Thread-aware DNS resolver library in Ruby
resolv-replace.rb:: Replace Socket DNS with Resolv
RDoc:: Produces HTML and command-line documentation for Ruby