Last active
January 11, 2017 23:09
-
-
Save israeljrs/7abd08e4711f19b106d12ca116fc0242 to your computer and use it in GitHub Desktop.
sample the use args.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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