mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -2151,4 +2151,5 @@ end
|
|||
# ARGV is arguable by OptionParser
|
||||
ARGV.extend(OptionParser::Arguable)
|
||||
|
||||
OptParse = OptionParser
|
||||
# An alias for OptionParser.
|
||||
OptParse = OptionParser # :nodoc:
|
||||
|
|
Loading…
Reference in a new issue