Gustavo Gomez
Results
1
issues of
Gustavo Gomez
The following program should just print its arguments: ``` ruby require 'main' Main do argument('args') { arity -1 } def run param['args'].values.each{|arg| puts arg} end end ``` However, when the...