R
Ron Stone
I have been experimenting with Ruby.
I have set file extension .rb to invoke /bin/ruby.exe
If I run a Ruby program as follows, all is well: (my help is displayed)
ruby myprog.rb -h
If I run the program thus, the options are not passed to the program: (the
program just runs)
myprog.rb
Is this normal? Is there a way to pass the options with this invocation
type?
Thanks.
I have set file extension .rb to invoke /bin/ruby.exe
If I run a Ruby program as follows, all is well: (my help is displayed)
ruby myprog.rb -h
If I run the program thus, the options are not passed to the program: (the
program just runs)
myprog.rb
Is this normal? Is there a way to pass the options with this invocation
type?
Thanks.