Document about getoptlong at Ruby 3.4

This commit is contained in:
Hiroshi SHIBATA 2024-01-11 16:34:58 +09:00
parent b3ff564967
commit 326288c5a5
2 changed files with 3 additions and 6 deletions

View File

@ -154,11 +154,6 @@ have commit right, others don't.
* https://github.com/ruby/forwardable
* https://rubygems.org/gems/forwardable
#### lib/getoptlong.rb
* *unmaintained*
* https://github.com/ruby/getoptlong
* https://rubygems.org/gems/getoptlong
#### lib/ipaddr.rb
* Akinori MUSHA (knu)
* https://github.com/ruby/ipaddr
@ -485,6 +480,8 @@ have commit right, others don't.
#### mutex_m
* https://github.com/ruby/mutex_m
#### lib/getoptlong.rb
* https://github.com/ruby/getoptlong
## Platform Maintainers
### mswin64 (Microsoft Windows)

View File

@ -48,7 +48,6 @@ ErrorHighlight:: Highlight error location in your code
FileUtils:: Several file utility methods for copying, moving, removing, etc
Find:: This module supports top-down traversal of a set of file paths
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
@ -130,3 +129,4 @@ TypeProf:: A type analysis tool for Ruby code based on abstract interpretation
DEBUGGER__:: Debugging functionality for Ruby
Racc:: A LALR(1) parser generator written in Ruby.
Mutex_m:: Mixin to extend objects to be handled like a Mutex
GetoptLong:: Parse command line options similar to the GNU C getopt_long()