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:
usa 2017-03-25 18:28:27 +00:00
parent 02deb79d99
commit 352b041dd3
2 changed files with 3 additions and 2 deletions

View file

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

View file

@ -1,6 +1,6 @@
#define RUBY_VERSION "2.2.7"
#define RUBY_RELEASE_DATE "2017-03-26"
#define RUBY_PATCHLEVEL 454
#define RUBY_PATCHLEVEL 455
#define RUBY_RELEASE_YEAR 2017
#define RUBY_RELEASE_MONTH 3