1
0
Fork 0
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:
stomar 2017-03-04 19:52:30 +00:00
parent f01836cb3f
commit e9d6c6716f

View file

@ -2151,4 +2151,5 @@ end
# ARGV is arguable by OptionParser
ARGV.extend(OptionParser::Arguable)
OptParse = OptionParser
# An alias for OptionParser.
OptParse = OptionParser # :nodoc: