From 6c9329d99f7fd36247f0ade74aaf972ca17fcf6a Mon Sep 17 00:00:00 2001 From: stomar Date: Sat, 4 Mar 2017 19:52:30 +0000 Subject: 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 --- lib/optparse.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/optparse.rb b/lib/optparse.rb index afeff80740..d887e2f98d 100644 --- a/lib/optparse.rb +++ b/lib/optparse.rb @@ -2151,4 +2151,5 @@ end # ARGV is arguable by OptionParser ARGV.extend(OptionParser::Arguable) -OptParse = OptionParser +# An alias for OptionParser. +OptParse = OptionParser # :nodoc: -- cgit v1.2.3