Ask a Question related to Ruby, Design and Development.
-
culley harrelson #1
projects that use optparse
I am trying to sink me teeth into optparse and whereas the documentation
looks like a great reference it is rough going for someone just starting
with this library.
Can someone point out some projects that use optparse so I can dig into
the source?
culley
culley harrelson Guest
-
optparse behaviour
Hi! I have some problems mit optparse (ruby-1.8.0). I got the follwing script:... -
Problem with 1.8 / optparse.rb from within debugger
Hi, Am I the only who get the following error when trying to go step-by-step in the debugger in the optparse code? 469 ... -
optparse versions and sources
HI, when I look at the homepage of the author of the optparse package, I found version 0.12 of optparse is the newest one. When I diff this... -
optparse documentation and/or examples
Does anyone have links to documentation for optparse (now a part of the Ruby 1.8.0 standard distribution)? Japanese language links that have code... -
Warnings in optparse with 1.8pre3
/usr/local/lib/ruby/site_ruby/1.8/optparse.rb:1001: warning: character class has `]' without escape... -
Mark Wilson #2
Re: projects that use optparse
On Sunday, September 21, 2003, at 11:35 PM, culley harrelson wrote:
For help getting started with optparse, see> I am trying to sink me teeth into optparse and whereas the
> documentation looks like a great reference it is rough going for
> someone just starting with this library.
>
> Can someone point out some projects that use optparse so I can dig
> into the source?
[url]www.learningruby.com/usingoptparse.shtml[/url]
[url]www.learningruby.com/commandlinepart3.shtml[/url]
Regards,
Mark
Mark Wilson Guest



Reply With Quote

