appears that by default the command line parameters [ARGV] are frozen strings. go figure.
You can still do funky things with ARGV, though.
ARGV.map!{|name| name.dup} # now they’re not frozen
ARGV.shift
etc
etc.
appears that by default the command line parameters [ARGV] are frozen strings. go figure.
You can still do funky things with ARGV, though.
ARGV.map!{|name| name.dup} # now they’re not frozen
ARGV.shift
etc
etc.
# IO error — rubygems/requirement
meant “upgrade your jruby past 1.4″