Method: Quebert::CommandLineRunner#parse!
- Defined in:
- lib/quebert/command_line_runner.rb
#parse! ⇒ Object
Parse the options.
36 37 38 39 40 |
# File 'lib/quebert/command_line_runner.rb', line 36 def parse! parser.parse! @argv @command = @argv.shift @arguments = @argv end |