Skip to content

Commit

Permalink
Document about getoptlong at Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jan 16, 2024
1 parent db1cd9e commit 1b2ad44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions doc/maintainers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion doc/standard_library.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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()

0 comments on commit 1b2ad44

Please sign in to comment.