Document about getoptlong at Ruby 3.4
This commit is contained in:
parent
b3ff564967
commit
326288c5a5
@ -154,11 +154,6 @@ have commit right, others don't.
|
|||||||
* https://github.com/ruby/forwardable
|
* https://github.com/ruby/forwardable
|
||||||
* https://rubygems.org/gems/forwardable
|
* https://rubygems.org/gems/forwardable
|
||||||
|
|
||||||
#### lib/getoptlong.rb
|
|
||||||
* *unmaintained*
|
|
||||||
* https://github.com/ruby/getoptlong
|
|
||||||
* https://rubygems.org/gems/getoptlong
|
|
||||||
|
|
||||||
#### lib/ipaddr.rb
|
#### lib/ipaddr.rb
|
||||||
* Akinori MUSHA (knu)
|
* Akinori MUSHA (knu)
|
||||||
* https://github.com/ruby/ipaddr
|
* https://github.com/ruby/ipaddr
|
||||||
@ -485,6 +480,8 @@ have commit right, others don't.
|
|||||||
#### mutex_m
|
#### mutex_m
|
||||||
* https://github.com/ruby/mutex_m
|
* https://github.com/ruby/mutex_m
|
||||||
|
|
||||||
|
#### lib/getoptlong.rb
|
||||||
|
* https://github.com/ruby/getoptlong
|
||||||
|
|
||||||
## Platform Maintainers
|
## Platform Maintainers
|
||||||
### mswin64 (Microsoft Windows)
|
### mswin64 (Microsoft Windows)
|
||||||
|
@ -48,7 +48,6 @@ ErrorHighlight:: Highlight error location in your code
|
|||||||
FileUtils:: Several file utility methods for copying, moving, removing, etc
|
FileUtils:: Several file utility methods for copying, moving, removing, etc
|
||||||
Find:: This module supports top-down traversal of a set of file paths
|
Find:: This module supports top-down traversal of a set of file paths
|
||||||
Forwardable:: Provides delegation of specified methods to a designated object
|
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
|
IPAddr:: Provides methods to manipulate IPv4 and IPv6 IP addresses
|
||||||
IRB:: Interactive Ruby command-line tool for REPL (Read Eval Print Loop)
|
IRB:: Interactive Ruby command-line tool for REPL (Read Eval Print Loop)
|
||||||
OptionParser:: Ruby-oriented class for command-line option analysis
|
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
|
DEBUGGER__:: Debugging functionality for Ruby
|
||||||
Racc:: A LALR(1) parser generator written in Ruby.
|
Racc:: A LALR(1) parser generator written in Ruby.
|
||||||
Mutex_m:: Mixin to extend objects to be handled like a Mutex
|
Mutex_m:: Mixin to extend objects to be handled like a Mutex
|
||||||
|
GetoptLong:: Parse command line options similar to the GNU C getopt_long()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user