In Ruby you can pass arguments to a script in the CLI like this:
$ ruby my_script.rb arg1 arg2
which can be read in the script like this: