Actions
Feature #9864
closedRename 'optparse' to 'optionparser', or the main class OptionParser to OptParse
Status:
Closed
Assignee:
-
Target version:
-
Description
Hello.
I don't like the inconsistency in the naming of optparse and the class that
we are supposed to use itself.
I think it would be better to do:
require 'optparse'
OptParse.new
or
require 'optionparser'
OptionParser.new
Updated by shevegen (Robert A. Heiler) over 10 years ago
Currently, we have to do this:
require 'optparse'
OptionParser.new
Updated by nobu (Nobuyoshi Nakada) over 10 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
Applied in changeset r46126.
lib/optionparser.rb
- lib/optionparser.rb, lib/optparse.rb (OptParse): aliases.
[ruby-core:62751] [Feature #9864]
Updated by stomar (Marcus Stollsteimer) over 7 years ago
- Related to Bug #13281: [DOC] OptionParser docs leak into class documentation of Object added
Actions
Like0
Like0Like0Like0