diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-11-07 10:40:38 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-11-07 01:40:53 +0000 |
commit | 3f33bfa1e51afc916250e7a7a93e599b65a78987 () | |
tree | c3730069c5c0d372e24e10d5805a45485c736cb5 /lib/optparse.rb | |
parent | 3f00a606a53650a07a8ab221f52678bda9fbfb2c (diff) |
[ruby/optparse] Bump up 0.4.0
https://.com/ruby/optparse/commit/acbf6e3e12
-rw-r--r-- | lib/optparse.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -425,7 +425,7 @@ # If you have any questions, file a ticket at http://bugs.ruby-lang.org. # class OptionParser - OptionParser::Version = "0.4.0.pre.1" # :stopdoc: NoArgument = [NO_ARGUMENT = :NONE, nil].freeze |