Skip to content

Commit

Permalink
lib/optionparser.rb
Browse files Browse the repository at this point in the history
* lib/optionparser.rb, lib/optparse.rb (OptParse): aliases.
  [ruby-core:62751] [Feature #9864]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46126 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed May 26, 2014
1 parent ae3022e commit eecf8b7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
Mon May 26 12:25:36 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>

* lib/optionparser.rb, lib/optparse.rb (OptParse): aliases.
[ruby-core:62751] [Feature #9864]

Mon May 26 07:59:34 2014 Tanaka Akira <akr@fsij.org>

* test/lib/minitest/unit.rb: Show Finished threads line-by-line.
Expand Down
1 change: 1 addition & 0 deletions lib/optionparser.rb
@@ -0,0 +1 @@
require_relative 'optparse'
2 changes: 2 additions & 0 deletions lib/optparse.rb
Expand Up @@ -1991,3 +1991,5 @@ module Acceptables

# ARGV is arguable by OptionParser
ARGV.extend(OptionParser::Arguable)

OptParse = OptionParser

0 comments on commit eecf8b7

Please sign in to comment.