I know - it's just that its argv handling is inconsistent with respect to ruby's with what seems like no very good reason.
martin On Tue, Sep 9, 2008 at 11:38 PM, Cecil Coupe <[EMAIL PROTECTED]> wrote: > Shoes doesn't use your installed Ruby. It's its own thing, not an > addition to your Ruby. A different, local, 'shoes' variety of Ruby with > different rules. > > On Tue, 2008-09-09 at 22:53 -0700, Martin DeMello wrote: >> $ cat testargv.rb >> p ARGV >> >> $ shoes testargv.rb >> ["testargv.rb"] >> >> $ ruby testargv.rb >> [] >> >> $ shoes testargv.rb -1 >> invalid option: -1 >> >> $ ruby testargv.rb -1 >> ["-1"] > >
