B
Bazsl
If I pass *.rb as a command line parameter to a Ruby script ARGV
contains the names of the files matching the template, not *.rb. Is
there a way to pass a file template as a command line parameter and have
it passed literally instead of being interpreted and expanded?
contains the names of the files matching the template, not *.rb. Is
there a way to pass a file template as a command line parameter and have
it passed literally instead of being interpreted and expanded?