From 7befc0cdfcf972023842eca5836fe4709ec2ad46 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 22 Jul 2020 18:38:51 +0900 Subject: Promote optparse to default gems --- doc/maintainers.rdoc | 5 +++-- doc/standard_library.rdoc | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc index c2c5569ce2..963c369c7b 100644 --- a/doc/maintainers.rdoc +++ b/doc/maintainers.rdoc @@ -54,8 +54,6 @@ Zachary Scott (zzak) _unmaintained_ [lib/open-uri.rb] Tanaka Akira (akr) -[lib/optparse.rb, lib/optparse/*] - Nobuyuki Nakada (nobu) [lib/pp.rb] Tanaka Akira (akr) [lib/prettyprint.rb] @@ -170,6 +168,9 @@ Zachary Scott (zzak) Keiju ISHITSUKA (keiju) https://github.com/ruby/irb https://rubygems.org/gems/irb +[lib/optparse.rb, lib/optparse/*] + Nobuyuki Nakada (nobu) + https://github.com/ruby/optparse [lib/logger.rb] Naotoshi Seo (sonots) https://github.com/ruby/logger diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc index 175c70cf1e..0d1e87a558 100644 --- a/doc/standard_library.rdoc +++ b/doc/standard_library.rdoc @@ -16,7 +16,6 @@ ERB:: An easy to use but powerful templating system for Ruby Find:: This module supports top-down traversal of a set of file paths MakeMakefile:: Module used to generate a Makefile for C extensions OpenURI:: An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP -OptionParser:: Ruby-oriented class for command-line option analysis PP:: Provides a PrettyPrinter for Ruby objects PrettyPrinter:: Implements a pretty printing algorithm for readable structure RbConfig:: Information of your configure and build of Ruby @@ -62,6 +61,7 @@ Forwardable:: Provides delegation of specified methods to a designated object GetoptLong:: Parse command line options similar to the GNU C getopt_long() IPAddr:: Provides methods to manipulate IPv4 and IPv6 IP addresses IRB:: Interactive Ruby command-line tool for REPL (Read Eval Print Loop) +OptionParser:: Ruby-oriented class for command-line option analysis Logger:: Provides a simple logging utility for outputting messages Matrix:: Represents a mathematical matrix. Mutex_m:: Mixin to extend objects to be handled like a Mutex -- cgit v1.2.3