Hello,
I was wondering the right usage for global variable $*
.
If the program has puts $*[0]
it works great. On the contrary, if I use it as follows:
for i in 2..$*[0]
a bad value for range (ArgumentError
) is throw. Any advise is appreciated