diff options
author | Nobuyoshi Nakada <[email protected]> | 2020-07-23 01:08:06 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2020-07-23 10:57:33 +0900 |
commit | f120e6520063913229a659741d96187eb2f7dd82 () | |
tree | 9be4b62b694c4485f2b737a9ed39dba33ee362eb /lib/optparse.rb | |
parent | cd429e68d2ab19aa7deabd2433dc43b374271414 (diff) |
[ruby/optparse] Define OptionParser::Version
https://.com/ruby/optparse/commit/4c0021b5b2
-rw-r--r-- | lib/optparse.rb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -419,6 +419,8 @@ # have any questions, file a ticket at http://bugs.ruby-lang.org. # class OptionParser # :stopdoc: NoArgument = [NO_ARGUMENT = :NONE, nil].freeze RequiredArgument = [REQUIRED_ARGUMENT = :REQUIRED, true].freeze |