ruby-changes:58663
From: Hiroshi <ko1@a...>
Date: Sat, 9 Nov 2019 07:32:55 +0900 (JST)
Subject: [ruby-changes:58663] 9a90a4d953 (master): Fixup 368ee984ed52f6abe1fdf8360ad72e6cf1cbfa66
https://git.ruby-lang.org/ruby.git/commit/?id=9a90a4d953 From 9a90a4d953a4d1f8e5977cd8d2bab59637de5348 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Fri, 8 Nov 2019 15:47:46 +0900 Subject: Fixup 368ee984ed52f6abe1fdf8360ad72e6cf1cbfa66 diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc index 5b27ea8..dc777b4 100644 --- a/doc/standard_library.rdoc +++ b/doc/standard_library.rdoc @@ -51,7 +51,6 @@ NKF:: Ruby extension for Network Kanji Filter https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L51 objspace:: Extends ObjectSpace module to add methods for internal statistics 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 Socket:: Access underlying OS socket implementations Syslog:: Ruby interface for the POSIX system logging facility @@ -104,6 +103,7 @@ IO::console:: Console interface https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L103 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 +Readline:: Provides an interface for GNU Readline and Edit Line (libedit) SDBM:: Provides a simple file-based key-value store with String keys and values StringIO:: Pseudo I/O on String objects StringScanner:: Provides lexical scanning operations on a String -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/