Method: Inch::CLI::Arguments#initialize
- Defined in:
- lib/inch/cli/arguments.rb
#initialize(args) ⇒ Arguments
Returns a new instance of Arguments.
19 20 21 22 23 24 |
# File 'lib/inch/cli/arguments.rb', line 19 def initialize(args) @files = [] @object_names = [] @switches = [] parse(args) end |