9 10 11
# File 'lib/torch/argv.rb', line 9 def args return @args ||= reject{|arg| arg[0,1] == '-'} end