nodoc OptParse
* lib/optparse.rb: [DOC] nodoc OptParse, introduced with r46126, to avoid leaking of its documentation (OptionParser's docs) into the class documentation of Object. [ruby-core:79909] [Bug #13281] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f01836cb3f
commit
e9d6c6716f
@ -2151,4 +2151,5 @@ end
|
|||||||
# ARGV is arguable by OptionParser
|
# ARGV is arguable by OptionParser
|
||||||
ARGV.extend(OptionParser::Arguable)
|
ARGV.extend(OptionParser::Arguable)
|
||||||
|
|
||||||
OptParse = OptionParser
|
# An alias for OptionParser.
|
||||||
|
OptParse = OptionParser # :nodoc:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user