diff options
author | Nobuyoshi Nakada <[email protected]> | 2022-12-22 19:57:30 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2022-12-26 15:09:21 +0900 |
commit | 4c767c1354038804abd1c94e7f549ed4f95a3d31 () | |
tree | 3eeb2d74e955f3b6e612c523e9b744879c91f037 | |
parent | 8c8645f57895d97f5f3da06759c10853ba705a22 (diff) |
[ruby/optparse] bump up to 0.4.0.pre.1
https://.com/ruby/optparse/commit/73661899ad
Notes: Merged: https://.com/ruby/ruby/pull/7025
-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.3.1" # :stopdoc: NoArgument = [NO_ARGUMENT = :NONE, nil].freeze |