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
Actions
Like0
Like0Like0Like0