mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 12:34:21 +00:00
[ruby/optparse] [DOC] A constant for compatibility
https://github.com/ruby/optparse/commit/0125cb4918
This commit is contained in:
parent
a4dff09be7
commit
f08030e9dc
@ -427,7 +427,8 @@ require 'set' unless defined?(Set)
|
||||
class OptionParser
|
||||
# The version string
|
||||
VERSION = "0.8.0"
|
||||
Version = VERSION # for compatibility
|
||||
# An alias for compatibility
|
||||
Version = VERSION
|
||||
|
||||
# :stopdoc:
|
||||
NoArgument = [NO_ARGUMENT = :NONE, nil].freeze
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user