From 441cfa966c719c6b1d1c70fcb50d589ea4a25dfd Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 21 Jun 2022 20:38:42 +0900 Subject: [PATCH] Added reline entry to standard_library doc --- doc/standard_library.rdoc | 1 + 1 file changed, 1 insertion(+) 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