mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
merge revision(s) 57775: [Backport #13281]
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/branches/ruby_2_2@58122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
02deb79d99
commit
352b041dd3
2 changed files with 3 additions and 2 deletions
|
@ -2000,4 +2000,5 @@ end
|
|||
# ARGV is arguable by OptionParser
|
||||
ARGV.extend(OptionParser::Arguable)
|
||||
|
||||
OptParse = OptionParser
|
||||
# An alias for OptionParser.
|
||||
OptParse = OptionParser # :nodoc:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue