ruby-changes:72269
From: Hiroshi <ko1@a...>
Date: Tue, 21 Jun 2022 20:44:02 +0900 (JST)
Subject: [ruby-changes:72269] 441cfa966c (master): Added reline entry to standard_library doc
https://git.ruby-lang.org/ruby.git/commit/?id=441cfa966c From 441cfa966c719c6b1d1c70fcb50d589ea4a25dfd Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Tue, 21 Jun 2022 20:38:42 +0900 Subject: 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 https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L53 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 -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/