Skip to content

Commit 34285c2

Browse files
sampersandnobu
andauthored
Update optparse.rb
Co-authored-by: Nobuyoshi Nakada <nobu.nakada@gmail.com>
1 parent 1263ca8 commit 34285c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/optparse.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2458,6 +2458,7 @@ def initialize(*args) # :nodoc:
24582458
# and DecimalNumeric. See Acceptable argument classes (in source code).
24592459
#
24602460
module Acceptables
2461+
# :stopdoc:
24612462
DecimalInteger = OptionParser::DecimalInteger
24622463
OctalInteger = OptionParser::OctalInteger
24632464
DecimalNumeric = OptionParser::DecimalNumeric

0 commit comments

Comments
 (0)