We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1263ca8 commit 34285c2Copy full SHA for 34285c2
lib/optparse.rb
@@ -2458,6 +2458,7 @@ def initialize(*args) # :nodoc:
2458
# and DecimalNumeric. See Acceptable argument classes (in source code).
2459
#
2460
module Acceptables
2461
+ # :stopdoc:
2462
DecimalInteger = OptionParser::DecimalInteger
2463
OctalInteger = OptionParser::OctalInteger
2464
DecimalNumeric = OptionParser::DecimalNumeric
0 commit comments