# File lib/thin/runner.rb, line 130
    def parse!
      parser.parse! @argv
      @command   = @argv.shift
      @arguments = @argv
    end