nluv4hs (Keith Cascio)
- Login: nluv4hs
- Email: keith@ucla.edu
- Registered on: 11/08/2008
- Last sign in: 11/28/2008
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/08/2008
-
09:01 AM Ruby Bug #722 (Closed): optparse needs patch in 1.9
- =begin
Ruby 1.9 breaks this case because Symbol now responds to :match. Patch included.
> ruby -r optparse -e 'OptionParser.new{ |o| o.on( "-t <tum>", :REQUIRED ){ |v| p v } }.parse!' -- -t foo
/usr/local/lib/ruby/1...