Skip to content

Instantly share code, notes, and snippets.

@israeljrs
Last active January 11, 2017 23:09
Show Gist options
  • Save israeljrs/7abd08e4711f19b106d12ca116fc0242 to your computer and use it in GitHub Desktop.
Save israeljrs/7abd08e4711f19b106d12ca116fc0242 to your computer and use it in GitHub Desktop.
sample the use args.
v1 = ARGV[0]
v2 = ARGV[1]
puts "Primeiro parametro : #{v1}"
puts "Segundo parametro : #{v2}"
puts "fim do arquivo."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment