jpsember (Jeff Sember)
- Login: jpsember
- Email: jpsember@gmail.com
- Registered on: 03/19/2013
- Last sign in: 03/19/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/19/2013
-
10:44 AM Ruby Bug #8120 (Rejected): OptionParser is not handling lists of arguments correctly
- Only the first element in a list of arguments is being processed by OptionParser. With the following program:
-----------------------------------------------------
require 'optparse'
options = {}
optparse = OptionParser.new do...