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"]
