- :block
arg
get command-line arguments as a list
Parameters
arg
Returns
Examples
copy; called with no parameters arg ; => [] ; called with: 1 two 3 arg ; => ["1" "two" "3"]
arg
copy; called with no parameters arg ; => [] ; called with: 1 two 3 arg ; => ["1" "two" "3"]