> "ARGF must be called just once for each option that takes an argument."
that means you cannot get the same argument (parameter value) twice, so you'd better save it if you need it.
> "ARGF must be called just once for each option that takes an argument."
that means you cannot get the same argument (parameter value) twice, so you'd better save it if you need it.