diff options
author | Hiroshi SHIBATA <[email protected]> | 2021-10-21 20:38:56 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-10-21 21:01:34 +0900 |
commit | b8d49d0d01662c87628e7d5e9285a9d71d2df96a () | |
tree | 4b8f1bb547ae2cae4cf100e5abbaa6ded60ae549 /lib/optparse.rb | |
parent | cb4c98f94966b2434339a44b9ceba44cafff7fc8 (diff) |
[ruby/optparse] Bump up optparse version to 0.2.0
https://.com/ruby/optparse/commit/1226b670e6
-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.1.1" # :stopdoc: NoArgument = [NO_ARGUMENT = :NONE, nil].freeze |