Method: Thin::Runner#parse!
- Defined in:
- lib/thin/runner.rb
#parse! ⇒ Object
Parse the options.
141 142 143 144 145 |
# File 'lib/thin/runner.rb', line 141 def parse! parser.parse! @argv @command = @argv.shift @arguments = @argv end |