$ARGV -> [String]
$* の別名
require "English" p $ARGV # end of sample.rb ruby sample.rb 31 /home/hoge/fuga.txt #=> ["31", "/home/hoge/fuga.txt"]