diff options
author | Nobuyoshi Nakada <[email protected]> | 2021-03-29 15:50:31 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2021-03-29 19:37:25 +0900 |
commit | 190a57b16863afce3fb8ea4035aae331cda0868d () | |
tree | 9f79fb094f7f56887f11f4d958dee3ce79f93e8d /lib/optparse.rb | |
parent | e8317d90b0b102ba270b456cc6cb7c6865c6b448 (diff) |
[ruby/optparse] bump up to 0.1.1
https://.com/ruby/optparse/commit/2fe984a603
-rw-r--r-- | lib/optparse.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -419,7 +419,7 @@ # have any questions, file a ticket at http://bugs.ruby-lang.org. # class OptionParser - OptionParser::Version = "0.1.0" # :stopdoc: NoArgument = [NO_ARGUMENT = :NONE, nil].freeze |